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

Browser top and bottom insets incorrect (especially since iOS 11) #43

Open
defagos opened this issue Jan 22, 2019 · 0 comments
Open

Browser top and bottom insets incorrect (especially since iOS 11) #43

defagos opened this issue Jan 22, 2019 · 0 comments

Comments

@defagos
Copy link
Owner

defagos commented Jan 22, 2019

The top and bottom browser insets are incorrect:

  • Starting with iOS 11, and depending on viewfit-cover (see this article), the behavior needs to be adjusted differently. Check with www.apple.com, for example.
  • The bottom toolbar covers the content (it does not count in the safe area / layout guides).

Fixing these issues requires some modernization layout work (to deal with the many iOS 11 changes mostly). I already have implementations bits around, but they should be brought together first.

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

1 participant