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); 

http://jsfiddle.net/hjakw/

ul { margin:0; }

fixes problem. not sure why iscroll doesn't take margin account. maybe says in docs that.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -