HashtagSell / htsApp

HashtagSell Beta Application
0 stars 0 forks source link

Virtual inertial scrolling on mobile devices doesn't work. #62

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

vs-repeat + inertial scrolling = fail.

that1guy commented 9 years ago

https://github.com/kamilkp/angular-vs-repeat/issues/40

that1guy commented 9 years ago

This is something we will have to deal with for now. The author agrees this is an iOS browser. See his answer below:

I've noticed it on my iPhone. Sadly the reason for this is that the iOS Safari triggers the scroll event only after the inertia stops. IMHO this qualifies for a bug report to Apple. Try hooking up a scroll event handler with a console.log and observe on your console when the events get triggered. Compare it to how the scroll events are being triggered on a Mac OSX browser. I can't think of any solution for that.