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
I solved the pull-down-to-refresh problem with this:
html, body { width: 100%; height: 100%; overflow: hidden; }