Skip to content

Commit f4a2cbf

Browse files
mcsheffreyalrra
authored andcommitted
Docs: Add note about iOS 7.1 minimal-ui property
Ref: h5bp#1485. Close: h5bp#1485.
1 parent df23067 commit f4a2cbf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/extend.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,13 @@ Home Screen icon. This works since iOS 6.
547547
<meta name="apple-mobile-web-app-title" content="">
548548
```
549549

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+
550557
For further information please read the [official
551558
documentation](http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html)
552559
on Apple's site.

0 commit comments

Comments
 (0)