当用户使用PhoneGap和JavaScript / jQuery时,如何在用户按下“下一步”或“上一步”按钮时捕获事件?
我发现了几个相关的问题,但是解决方案在本机代码中:
how to catch 'next' button on soft keyboard of Android
Android Soft keyboard action button
最佳答案
当它得到两个连续的文本框时它将自动工作
</div>
<ul data-role="listview" id="singup-form" class="tab" >
<li>
<input type="email" name="text-6" id="email-id" value="" placeholder="Email Address">
</li>
<li>
<input type="password" name="text-6" id="password-id" value="" placeholder="Password">
</li>
</ul>
点击here!这将帮助您..
关于javascript - 使用PhoneGap/Cordova时,如何在android和iOS中捕获“下一步”和“上一步”按钮?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/19316363/