Skip to content

Instantly share code, notes, and snippets.

@leohxj
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save leohxj/c451ec388d95f8a2db17 to your computer and use it in GitHub Desktop.

Select an option

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
<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