If an iPhone user scrolls vertically down to the bottom of a site, I need to know this (via JavaScript event).
I already checked on this How do you know the scroll bar has reached bottom of a page and this solution seems to work well on desktop browsers (tested on Google Chrome).
On iPhone though it won’t work.
Is there a better solution?
Maybe this is due to this JQuery deffect, did you check this?
bugs.jquery.com/ticket/6724
They provide a workaround.
rgds.