Skip to content

Commit 7a78cc1

Browse files
Copilotjoshbuchea
andauthored
Add viewport-fit=cover documentation for iPhone X and later
Agent-Logs-Url: https://github.com/joshbuchea/HEAD/sessions/a99d66c3-e8f9-411e-a682-0898c549297a Co-authored-by: joshbuchea <1474361+joshbuchea@users.noreply.github.com>
1 parent 5c6043c commit 7a78cc1

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)