Skip to content

Commit 40f558b

Browse files
GreenGremlinTimer
authored andcommitted
Fix responsive behavior in iOS 9+ (#1821)
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
1 parent 1e40708 commit 40f558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
77
<!--
88
Notice the use of %PUBLIC_URL% in the tag above.

0 commit comments

Comments
 (0)