ページの下部にいるかどうかを検出したい。これはどのブラウザでも問題なく動作しますが、iPhone では動作しません。
if ($(window).scrollTop() == ($(document).height() - $(window).height())){
alert('on bottom');
}
私が間違っているのは何ですか?
ページの下部にいるかどうかを検出したい。これはどのブラウザでも問題なく動作しますが、iPhone では動作しません。
if ($(window).scrollTop() == ($(document).height() - $(window).height())){
alert('on bottom');
}
私が間違っているのは何ですか?