I have an application with a photo gallery which is presented in one line, and the user can scroll left & right between the images. When I perform the scrolling I can see (in chrome when I debug the code) in the console the following error:
Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
This error causes the scroll to jump and not look smooth.
How can I solve this error? I couldn't find a good answer for this.
UPDATE: it happens only in phonegap. not in mobile web.
Thanks!