gpt4 book ai didi

jquery - 使用 Phonegap - 覆盖黑莓屏幕键盘 "Next"和 "Submit"按钮

转载 作者:行者123 更新时间:2023-12-01 04:51:26 26 4
gpt4 key购买 nike

使用 Phonegap - 覆盖 Blackberry 屏幕键盘上的“下一步”和“提交”按钮。

我创建了一个 phongap 应用程序,它是一个简单的 Web 表单。

平台:黑莓 10设备:- BB Q10

在表单字段中输入文本时,黑莓上会出现三个按钮“上一个”、“下一个”和“提交”。单击“提交”时,会导致页面刷新。

在 Blackberry 浏览器上打开 Facebook 注册页面时也可以看到相同的错误/功能。

我如何使用 phongap、jQuery 覆盖这两个按钮的功能,或者开发一个 native 黑莓插件?

为了供大家引用,我附上了显示这些按钮的图像

On a Blackberry 10 keyboard there are two "Submit" buttons one at the bottom which works fine and fires the form submit request and other one are these which is shown in image below and on clicking causes the page to refresh.

注意:- 在 Blackberry 10 键盘上有两个“提交”按钮,其中一个位于底部,可以正常工作并触发表单提交请求,另一个如上图所示,单击后会刷新页面.

我也尝试过使用 jQuery,但即使我做了阻止默认或停止传播,刷新也会触发。

$( "#target" ).keypress(function( event ) { if ( event.which == 13 ) { event.preventDefault(); } $.print( event );

});

http://jsfiddle.net/M66un/

最佳答案

我只是reiterated your question on the BB forums ,我得到的答案是:

You can disable the bar by adding this to config.xml:

<preference name="HideKeyboardFormAccessoryBar" value="true"/>

它不能解决捕获/覆盖 BB 键盘“提交”按钮的问题,但隐藏该栏足以满足我的需求,所以我认为它也可能适合您的需求。

关于jquery - 使用 Phonegap - 覆盖黑莓屏幕键盘 "Next"和 "Submit"按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19375393/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com