angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

Extremely Poor performance on ipad

Open samir-ware opened this issue 8 years ago • 0 comments

This lib worked pretty well on mobile and desktop browsers although performance really degrades when I tried to use it on ipad. With some googling I could see that it is mainly because mobile browsers fire scroll event when scrolling stops completely. This lib expects that new changed positions to be fed to it on regular basis so that it can update itself with new set of data.

Can someone please let me know if anyone has fix for the same ? Listening to "gesturechange" instead of scroll event improved performance little bit but not upto the mark . Any pointers, links will greatly be appreciated.

Thanks Samir

samir-ware avatar Feb 21 '17 19:02 samir-ware