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.
scrollByLines と scrollByPages を使用してドキュメントをスクロールしようとしましたが、それらは機能しませんが、scrollTop と scrollBy は正常に機能します
ただし、Firefox OS アプリの開発者である場合は、scrollByLines および scrollByPages を使用できます。これは、段落タグを含むドキュメントでのみ機能します。現在、実装されているブラウザの最新バージョン
ブラウザのサポート: firefox 2 から最新の chrome 29へ
ブラウザのサポート:
firefox 2 から最新の chrome 29へ
そのため、代わりにクロスブラウザーの scrollBy メソッドを使用してください。