enzinier

Computer engineering notes.

Monday, March 5, 2018

Disable bouncing scroll in Safari on touch device.

Add next code in your main page.
document.ontouchmove = function(event){
  event.preventDefault();
}
Or use this solution.
https://github.com/timbartsch/no-bounce
Posted by enzinier at 10:41 AM
Labels: bounce, safari, scroll
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

enzinier
View my complete profile

Blog Archive

  • ▼  2018 (4)
    • ▼  March (1)
      • Disable bouncing scroll in Safari on touch device.
    • ►  January (3)
  • ►  2017 (22)
    • ►  December (5)
    • ►  September (1)
    • ►  April (1)
    • ►  March (6)
    • ►  February (6)
    • ►  January (3)
© enzinier. Powered by Blogger.