watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

Demo "swims" on page transitions #88

Open jtara opened 11 years ago

jtara commented 11 years ago

The demo "swims" by one pixel on page transitions.

Apparently due to $.mobile.silentScroll(0) in demo.js forms assistant hack.

It appears that this should be $.mobile.silentScroll(1) - eliminates the swim.

I believe that JQM actually has a 1-pixel offset...

Ack! It appears they fixed this in JQM 1.3. So, will have to use 1 for JQM < 1.3, 0 for JQM >= 1.3.