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