This code snippet is turning off all scrolling capabilities.
var myScroller = new IScroll('#wrapper');
myScroller.disable();
Is there a way to prevent scrolling without disabling iScroll?
var myScroller = new IScroller('#wrapper');
myScroller.stopScroll() ?
myScroller.preventScroll() ?
myScroller.stayFixed() ?