Above, is a mobile phone side of a sliding refresh effect. With the Scroll.js plugin.
There is another slide in each item that is left and right sliding with the Swiper.js plugin to view information for each class.
When the hand starts sliding from the swiper, the whole scroll is very insensitive. All kinds of debugging, all kinds of alert finally put the problem in Swiper.js touchend.
The touchend did not bubble to the scroll, but Touchstart,toucnmove was bubbling to the scroll.
Looking for a long time did not find where to stop the bubble. Finally think of a way, is in the Swiper touchend to increase the use of scroll touchend.
Finally, add the following code to the Sweiper.jquery.js.
Myscroll is an instantiated object that Iscroll is running. _end () is an event that is triggered by an instance touchend.
As for the source code can be downloaded from my git:
Https://github.com/guoyansi/jsUI
Plug-in conflicts (sliding conflicts) when iscroll.js and swiper.js are used together