Questions tagged [safari-minimal-ui]

5 questions
16
votes
7 answers

Gray area visible when switching from portrait to landscape using iOS 7.1 minimal-ui

In a web application that I am working on, I tried out iOS 7.1's new minimal-ui feature (see safari fullscreen in iOS 7.1 with minimal-ui meta tag), but I am seeing an issue where an 84px-high gray area appears at the bottom when I switch from…
Daniel Trebbien
  • 38,421
  • 18
  • 121
  • 193
8
votes
2 answers

safari fullscreen in iOS 7.1 with minimal-ui meta tag

I've read on multiple sites (including some stackoverflow questions) that there will be a minimal-ui meta tag for iOS 7.1 Safari. So today i've updated my iPad and it seems to have no effect. Can anyone confirm that this should work? This is my meta…
kannix
  • 5,107
  • 6
  • 28
  • 47
3
votes
2 answers

Safari iOS 7.1 minimal-ui and Smart App Banner

I seem to have an issue with iOS 7.1's minimal-ui feature when used in conjunction with the smart app banner. I have a gap at the top of the page, with the app banner overlaying the page content. I've turned all styles off in my page, so I know its…
Andrew Bullock
  • 36,616
  • 34
  • 155
  • 231
1
vote
0 answers

A2HS: Basic Safari navigation UI for iOS standalone web app

I'm trying to display a basic browser UI within Safari (next/back buttons, but no address bar) when displaying a site in standalone mode when adding to the home screen on iOS. I'm aware that iOS doesn't support the 'minimal-ui' display property…
1
vote
0 answers

CSS Viewport Height evaluated before minimal-ui applies on the very first load on mobile safari

When using viewport height with the minimal-ui the very first time the page load the height is evaluated with the address bar so even if I set a div with a height of 100vh the acutal height of the div is viewport height minus the height of the…