Some mobile browsers freeze javascript while scrolling, and therefore I won't receive scroll events until the user stops scrolling. Is there a way to detect this 'feature' so as to allow for it in a smart way? Or is the only solution to check the user agent?
Asked
Active
Viewed 91 times
0
-
http://stackoverflow.com/q/17205074/139010 – Matt Ball Sep 13 '13 at 02:36
-
I guess the traditional scroll detecting never gonna work properly on touch devices, try to use touch/gesture detection instead. – Sep 13 '13 at 07:43
-
I understand that but how can I check when to use touch/gesture detection instead? – Mark Wheeler Sep 13 '13 at 15:10