Android:点击“下一步”时输入字段不会触发事件在键盘上
我在针对 Android 优化的 html 页面上有多个输入字段。
问题是,当在虚拟键盘上单击“next”时,并不总是触发事件“onchange”。
对我来说,这似乎与 Android 浏览器的问题 7459 类似: http://code.google.com/p/android/issues/detail ?id=7459
如何规避或补偿此问题?在任何字段的值更改后,我需要计算并刷新函数 calc() 中的另一个输入字段。如果可用,甚至可以使用 Android 特定事件或行为。
谢谢,霍尔格
I have multiple input fields on a html page optimized for Android.
The problem is that the event "onchange" is not always triggered when 'next' is clicked on the virtual keyboard.
To me this seems to be a similar to issue 7459 of the Android browser:
http://code.google.com/p/android/issues/detail?id=7459
How can I circumvent or compensate this issue? I need to calculate and refresh another input field in the function calc() after the value of any of the fields has been changed. If available even Android specific events or behaviours can be used.
Thanks, Holger
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论