jandrews3 Posted February 1, 2014 Share Posted February 1, 2014 (edited) 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. Edited February 1, 2014 by jandrews3 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.