Setch.me通常在桌面上加载而不是在移动设备上加载,除非我点击摄影师/化妆师,我在这里搜索解决方案之后添加了height = device-height但是没有用.
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() >= $(document).height()) {
track_page++;
load_contents(track_page);
}
Run Code Online (Sandbox Code Playgroud)