Open tjwoon opened 11 years ago
This easiest solution is to sum the distance with the position. (sorry if I can't say my point, My English is poor). Something like the probe demo in iscroll v5. But the Y position should not decrease.
distance+=this.y; //////////////////////////////////// if (distance>10) e.preventDefault();
Thanks.
Steps to reproduce:
Related: https://github.com/cubiq/iscroll/issues/499
This quick hack seems to fix the issue for me in the Android browser (Android 4.1.2, iScroll v5.0.5 - iscroll-zoom.js) Desktop Chrome is still wonky but it doesn't matter for my immediate requirements so I have not investigated it much yet.