codrops / SidebarTransitions

Some inspiration for transition effects for off-canvas navigations.
http://tympanus.net/Development/SidebarTransitions/
1.63k stars 247 forks source link

iOS Scroll Bugs #21

Open smyth64 opened 7 years ago

smyth64 commented 7 years ago

Hey Guys, Did you ever try the menu with iOS devices?

The Scrolling is very buggy there.

  1. Smooth scroll is deactivated. This makes the website feel very "rough".
  2. Sometimes when I scroll from the top, the page gets 'stuck'.

This is a very important issue because this makes the website very "unsmooth" on all iOS devices :(

feldmarv commented 7 years ago

same problem here!

feldmarv commented 7 years ago

just added it back again by css.

body { overflow-y: scroll; -webkit-overflow-scrolling: touch; }

Rushdev94 commented 6 years ago

i just added -webkit-overflow-scrolling: touch; to body and now the on IOS on trigger with sidenav the sidenav comes with a overlap of white color hidding everything and if i just remove -webkit-overflow-scrolling: touch; the side navbar works correctly but scroll lags any solution i can share you a staging link , if you have the time to look into the problem. image