I\'ve created a small HTML5 web application for my company.
This application displays a list of items and everything works fine.
The application is mainly us
What I did was add following to the touchstart and touchend/touchcancel events:
touchstart
touchend
touchcancel
scrollTo(0, 1)
Since chrome does not scroll if it's not on scrollY position 0 this will prevent chrome from doing pull to refresh.
0
If it still does not work, try also doing that when the page loads.