Skip to content

Commit a581201

Browse files
authored
Add viewport-fit=cover to Apple iOS section
2 parents 408751e + 7a78cc1 commit a581201

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ Some Fediverse software such as Mastodon allow you to put your Fediverse handle
497497
<!-- Status bar appearance (has no effect unless standalone mode is enabled) -->
498498
<meta name="apple-mobile-web-app-status-bar-style" content="black">
499499

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+
500503
<!-- iOS app deep linking -->
501504
<meta name="apple-itunes-app" content="app-id=APP-ID, app-argument=http/url-sample.com">
502505
<link rel="alternate" href="ios-app://APP-ID/http/url-sample.com">

0 commit comments

Comments
 (0)