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.
我有一个带有 jQuery Mobile 的 Android Phonegap 应用程序。在 HTC Desire 上,如果一个输入框被聚焦,它总是在前面,不管上面有哪些元素。
您是否尝试应用 css 属性 -webkit-transform : translate3d(0,0,0); 到您的输入字段?