Skip to content

Commit

Permalink
Fix responsive behavior in iOS 9+ (facebook#1821)
Browse files Browse the repository at this point in the history
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
  • Loading branch information
GreenGremlin authored and Timer committed Mar 22, 2017
1 parent 88d9a03 commit bc0fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
Expand Down

0 comments on commit bc0fcf0

Please sign in to comment.