zippy1978 / jquery.scrollz

Modern scrolling for jQuery
GNU General Public License v2.0
81 stars 17 forks source link

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

Open axis3d opened 9 years ago

axis3d commented 9 years ago

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 9 years ago

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