jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

Scrolling issues #149

Open rascojet opened 10 years ago

rascojet commented 10 years ago

Amazing snap.js! The page doesn't scroll on Android Gingerbread and few other old devices but scrolls on Jelly Bean. What's the best fix to this? Good job!

TYRONEMICHAEL commented 10 years ago

Also on 3GS 4.3.3. I suspect it is a bug with the operating systems and having a 100% height on body and the content element positioned absolutely inside. Anyone have a solution for this?

seoplay commented 10 years ago

Yea, I ran into a problem on an old galaxy s1 running 4.0.4, stock browser (not chrome), works fine on Jelly Bean. If the snap-drawer menu is overflow:auto; it interferes with the #content overlay from scrolling.

ebuildy commented 10 years ago

I believe you need to use the iScroll Javascript plugin, to emulate webkit-scroll-overflow property missing.

jonscottclark commented 10 years ago

Hey all, check out the discussion in https://github.com/jakiestfu/Snap.js/issues/87