.scroll method doesn't work all of the time in Mobile Safari
I'm using a .scroll call to execute some code that sends the toolbar back to the top of the viewable screen after a scroll event. It works great in normal safari, and most of the time in mobile safari.
It works and executes when the user does a "flick" scroll. And then it doesn't execute when the user scrolls, stops his finger, then lifts his finger. Only when they flick does it work.
I've tried the mouse wheel extension to see if that helped, but it didn't work on the slow scroll either.
Anyone have any ideas? Thanks for the help!