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 モバイルではない) を使用しています。
誰かが問題を解決してくれることを願っています。
前もって感謝します!
.css ファイルでこれを使用します。
body { -webkit-backface-visibility: hidden; overflow: hidden; }