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.
Iscrollは、向きを変更した後にのみ開始されます。向きを変更しないと、輪ゴムのように動作します。
この問題がありました。iScroll の呼び出しが早すぎたことが判明しました。私の解決策は、サイトで cubiq が提案するように iScroll をタイムアウトでラップするか、すべてのレンダリングが完了したら iScroll で .refresh() を呼び出すことでした。
これをテストするには、コンソールを開いて yourScroll.refresh(); を呼び出します。