I am using iScroll4 and it\'s working great!
This are the functions I use to init, refresh and end iScroll:
function iniciarIscroll(){
/*En ie7 no lo
When I first discovered iScroll, I thought it was the solution to many of my problems. Then this issue bit me big time. While trying to find a workaround, I came up with this pull request.
There is a note on the pull request that another, better, solution has been found though I'm not sure which pull request is/was supposed to fix the issue. I'll see if I can get more detailed info from the author of that note.
Update: The relevant pull request can be found here. I haven't had a chance to test it yet (I hope to confirm Android support later today.)
comment out
position:absolute;
at #pageWrapper
in styles.css
In my case, this solved the above unclickable issue.
Try this
myScroll = new IScroll('#wrapper', { click: true });