You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use this script on a desktop and resize the window it is all working fine.
I have a ResponsiveFallback set to 640px, so when I reach below that value it just enables the normal scrolling event.
However, on my mobile browser (latest Chrome version, Android 4.4.2, Nexus 5) the scrolling isn't working at all. In my console, I can see that the viewing-page class on the body is changing when I scroll, but the content I see stays the same.
Solution seems to be to make the touchstart and touchmove functions check whether the body has the disabled-onepage-scroll class before doing anything.
Hi,
When I use this script on a desktop and resize the window it is all working fine.
I have a ResponsiveFallback set to 640px, so when I reach below that value it just enables the normal scrolling event.
However, on my mobile browser (latest Chrome version, Android 4.4.2, Nexus 5) the scrolling isn't working at all. In my console, I can see that the viewing-page class on the body is changing when I scroll, but the content I see stays the same.
Live version on: http://www.juichjezelfhetstadionin.nl
I hope you can help me solve this problem :(
Thanks,
Kevin
The text was updated successfully, but these errors were encountered: