AppScroll is a tiny JS library that fixes the "website dragging" issue caused on iDevices
var scroller = new AppScroll({
toolbar: toolbarElement,
scroller: contentElement
});
scroller.on();
scroller.off();
This code attempts to make your webapp's feel more "native". These other repos go well with it, too!
MIT, Copyright 2013 Jacob Kelley