Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Scroll Bugs #21

Open
smyth64 opened this issue Sep 25, 2016 · 3 comments
Open

iOS Scroll Bugs #21

smyth64 opened this issue Sep 25, 2016 · 3 comments

Comments

@smyth64
Copy link

smyth64 commented Sep 25, 2016

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
Copy link

same problem here!

@feldmarv
Copy link

just added it back again by css.

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

@Rushdev94
Copy link

Rushdev94 commented Oct 17, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants