Miss a drag as we are waiting for WebCore's response for touchdown
Opened this issue · 1 comments
axis3d commented
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.
zippy1978 commented
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