I'm currently implementing Overscroll plugin within the jQuery application. However, it is not quite compatible on Android platform and continuously resets it's x-axis whenever I click on the element that has Overscroll plugin applied. Here is an example code on JSFiddle.
$(window).ready(function(){
$(".overscrolled").overscroll();
});
https://jsfiddle.net/nsoefjrn/
Thank you.