标签: jquery overscroll
我目前正在jQuery应用程序中实现Overscroll插件。但是,它在Android平台上并不完全兼容,每当我点击应用了Overscroll插件的元素时,它会不断重置它的x轴。 这是JSFiddle的示例代码。
$(window).ready(function(){ $(".overscrolled").overscroll(); });
https://jsfiddle.net/nsoefjrn/
谢谢。