Skip to content

[v2] Missing meta tag in head to allow fullscreen webapp on iOS #933

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ibanezbass opened this issue Aug 26, 2019 · 4 comments
Closed

[v2] Missing meta tag in head to allow fullscreen webapp on iOS #933

ibanezbass opened this issue Aug 26, 2019 · 4 comments

Comments

@ibanezbass
Copy link

Adding a shortcut to home page allowed for the app to be launched full screen on v1. v2 is missing this feature.

@coadler coadler added the v2 label Aug 26, 2019
@tdegrunt
Copy link

tdegrunt commented Sep 7, 2019

As a work-around you could first save it to home-page with v1 and then launch the v2 server.

@code-asher
Copy link
Member

What tags do we need for this, anyway? I think in v1 they were all generated by webpack-pwa-manifest but we don't use that anymore.

@ibanezbass
Copy link
Author

ibanezbass commented Nov 1, 2019

I believe this is it:

<meta name="apple-mobile-web-app-capable" content="yes">

@code-asher
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants