Open inactivist opened 12 years ago
Setting var endless_on_scroll_margin = 250;
(for example) seems to cause the scrolling to work again.
Research: Need to account for the 60px URL text field on iPhone. Reference.
Perhaps we can watch for the 'more' link coming visible during or after scroll, rather than do the viewport math.
jQuery Appear plugin referenced in this StackOverflow question.
There seems to be a problem with endless scrolling on iOS devices.
in
endless_on_scroll.js
, the following code is executed on scroll but the scroll handler is never triggered.