Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代号为 1 的 android 的 Web 浏览器组件有问题。我已经从我的 php 服务器加载了一个网页,它在 Web 浏览器组件中呈现良好,但是当我在表单上选择一个输入字段时,它不显示键盘。有什么帮助吗?
如果元素在 ajax 调用响应期间被聚焦,则键盘不会在 android 和 iphone 中显示。
例如在按钮单击期间,调用函数 onFocus。function onFocus() { 1 // Ajax 调用 2 // if(response) 元素获得焦点。}