jquery.scrollz icon indicating copy to clipboard operation
jquery.scrollz copied to clipboard

Miss a drag as we are waiting for WebCore's response for touchdown

Open axis3d opened this issue 10 years ago • 1 comments

I have a mobile app packaged through cordova/phonegap. It contains a list and uses scrollz for pull to refresh and bottom detection. The scrolling and performance is ok on iOS but on android, the scrolling is so sluggish, and logcat is throwing the error above.

axis3d avatar Apr 21 '15 08:04 axis3d

Hi,

I actually never tried to test scrollz in an Android WebView. An Android WebView is actually much slower than the Chrome Browser, except on Android 4.4 and above.

The message you get in the logcat is a known Android WebView issue. Some workarounds are described here: http://stackoverflow.com/questions/10933207/how-to-fixmiss-a-drag-as-we-are-waiting-for-webcores-response-for-touch-down. But I have not tested them...

Regards, Gilles

zippy1978 avatar Apr 25 '15 20:04 zippy1978