Last active
August 29, 2015 14:13
-
-
Save leohxj/c451ec388d95f8a2db17 to your computer and use it in GitHub Desktop.
iOS 7.1的Safari为meta标签新增minimal-ui属性,在网页加载时隐藏地址栏与导航栏,http://www.36kr.com/p/210516.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta name="viewport" content="minimal-ui"> | |
| <!-- | |
| Just say goodbye to minimal-ui (for now) | |
| http://stackoverflow.com/questions/24889100/ios-8-removed-minimal-ui-viewport-property-are-there-other-soft-fullscreen | |
| --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment