We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 408751e + 7a78cc1 commit a581201Copy full SHA for a581201
1 file changed
README.md
@@ -497,6 +497,9 @@ Some Fediverse software such as Mastodon allow you to put your Fediverse handle
497
<!-- Status bar appearance (has no effect unless standalone mode is enabled) -->
498
<meta name="apple-mobile-web-app-status-bar-style" content="black">
499
500
+<!-- Viewport fit for notched phones (iPhone X and later); add viewport-fit=cover to your existing viewport meta tag -->
501
+<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
502
+
503
<!-- iOS app deep linking -->
504
<meta name="apple-itunes-app" content="app-id=APP-ID, app-argument=http/url-sample.com">
505
<link rel="alternate" href="ios-app://APP-ID/http/url-sample.com">
0 commit comments