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.
我正在使用 Phonegap 为 Android 构建一个应用程序,但存在一个小问题。当我浏览页面时,页面上的所有文本在大约 2 秒内上下移动(移动是几个像素,不多但很烦人)。我在滚动浏览时也遇到了问题(当我从屏幕上松开手指时)。
我为我的应用程序使用 iScroll 和 jQuery(不是 jQuery mobile)。
我希望有人可以帮助我解决这个问题。
提前致谢!
在您的 .css 文件中使用它:
body { -webkit-backface-visibility: hidden; overflow: hidden; }