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

Bug for Ipad and Iphone #8

Open
MartelBenjamin opened this issue Jun 19, 2015 · 1 comment
Open

Bug for Ipad and Iphone #8

MartelBenjamin opened this issue Jun 19, 2015 · 1 comment

Comments

@MartelBenjamin
Copy link

Hi, this works very well on android device but in iphone it's more complicated.
There is the scroll which doesn't work well. If we are on the menu and we scroll the menu, at the end if we continue we scroll the page and the background disappear.

this is the video of that problem : https://youtu.be/uh0cEoLPHIM

Thanks :)

@AmalJossy
Copy link
Contributor

Hi @MartelBenjamin , First of all that video seems to be private so I don't know what the exact problem is and I am taking a guess. In android-chrome once we start to scroll the address-bar disappears this causes the initially calculated height:100%; to be less than the current height . This causes users to scroll and peek at the actual page when menu is open. I suggest adding height:110% to body:after instead of height:100%;

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
@MartelBenjamin @AmalJossy and others