Skip to content

Commit

Permalink
Remove minimal-ui viewport property
Browse files Browse the repository at this point in the history
The `minimal-ui` viewport property was introduced in iOS 7.1, but
is no longer supported in iOS 8.

Ref https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-8.0/#//apple_ref/doc/uid/TP40014223-CH1-SW83
  • Loading branch information
arthurvr committed Feb 5, 2015
1 parent 65e6ecf commit 0485346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= appname %></title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

Expand Down

0 comments on commit 0485346

Please sign in to comment.