Skip to content

Commit

Permalink
ios caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jan 31, 2019
1 parent 39954ee commit 9325639
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ For example:
<link rel="icon" type="image/png" href="res/icon-128.png" sizes="128x128" />
```

And prior [to iOS 12.2](https://twitter.com/mhartington/status/1089293403089784832), Mobile Safari opens external sites in the regular browser, meaning that flows like Oauth won't complete correctly.
## iOS

Prior [to iOS 12.2](https://twitter.com/mhartington/status/1089293403089784832), Mobile Safari opens external sites in the regular browser, meaning that flows like Oauth won't complete correctly.
This [isn't a problem with PWACompat](https://github.com/GoogleChromeLabs/pwacompat/issues/15), but is an issue with PWAs on iOS generally.

If you specify a viewport tag which includes `viewport-fit=cover`, such as `<meta name="viewport" content="viewport-fit=cover">`, PWACompat will generate a meta tag that makes your PWA load in fullscreen mode, particularly useful for notched devices.

# Details

What does PWACompat actually do?
Expand Down

0 comments on commit 9325639

Please sign in to comment.