You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
On iOS 11 the status bar no longer floats above the content, but instead pushes the content down. It looks like black-translucent is no longer a valid value for the apple-mobile-web-app-status-bar-style meta tag.
It's been said that switching to landscape and back would dissappear the issue, but I haven't been able to reproduce that behavior.
If there is a way to detect iOS 11, we could disable the $header-ios-offset in Header.scss for iOS 11. That will at least render the Header with the right height, but unfortunately won't make the status bar transparent.
On iOS 11 the status bar no longer floats above the content, but instead pushes the content down. It looks like
black-translucent
is no longer a valid value for theapple-mobile-web-app-status-bar-style
meta tag.This is reported elsewhere as well:
It's been said that switching to landscape and back would dissappear the issue, but I haven't been able to reproduce that behavior.
If there is a way to detect iOS 11, we could disable the
$header-ios-offset
inHeader.scss
for iOS 11. That will at least render the Header with the right height, but unfortunately won't make the status bar transparent.cc: @RoelN, @ruisalgado
The text was updated successfully, but these errors were encountered: