We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minimal-ui
1 parent df23067 commit f4a2cbfCopy full SHA for f4a2cbf
doc/extend.md
@@ -547,6 +547,13 @@ Home Screen icon. This works since iOS 6.
547
<meta name="apple-mobile-web-app-title" content="">
548
```
549
550
+On iOS 7.1, you can minimize the top and bottom bars on the iPhone as the page
551
+loads, simply by adding the `minimal-ui` property to the `viewport` meta tag.
552
+
553
+```html
554
+<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
555
+```
556
557
For further information please read the [official
558
documentation](http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html)
559
on Apple's site.
0 commit comments