jandrews3 Posted February 1, 2014 Share Posted February 1, 2014 I have found a way to stop the bounce but it also stops <div> from scrolling which I must have. I've got the following code inside the <head> element: <script> document.addEventListener("touchmove", function(event){ event.preventDefault(); }); </script> The page doesn't bounce and I absolutely LOVE it! BUT I must have a div on the page to scroll. It contains skill data for my students which needs to scroll for them to see it all. Thanks. Link to comment https://forums.phpfreaks.com/topic/285849-stop-ipad-bounce-but-allow-a-scrolling/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.