I have a cool function configured as iscroll,
var iscroll = {.... main: {... init: function() {... page_iscroll = new iScroll(...) {}
The question is, how do I adjust the starting position y to scroll the iscroll object during initialization?
source share