iscroll4 - Why does iScroll is bouncing back to initial position? -
i using iscroll , works until 1 point @ point scrolling area bouncing back.
settimeout(function () { var gridscroll = new iscroll('iscroll-wrapper-grid'); }, 100);
ul { margin:0; }
fixes problem. not sure why iscroll doesn't take margin account. maybe says in docs that.
Comments
Post a Comment