flame icon indicating copy to clipboard operation
flame copied to clipboard

[BUG] Add to home screen on iOS opens page in Safari, not in its own app

Open truppelito opened this issue 3 years ago • 0 comments
trafficstars

Bug description:

When adding a web page to the home screen from Safari, I prefer that the bookmark created opens its own app instead of opening Safari. Currently that's not the case.

It seems that in order for this to happen, the following two lines need to be added to the <head> section of index.html:

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

See here.

So I'd like to suggest the addition of these lines.

truppelito avatar Apr 07 '22 09:04 truppelito