Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mobile web app capable meta tags #330

Closed
Razvan0925 opened this issue Mar 21, 2019 · 1 comment
Closed

add mobile web app capable meta tags #330

Razvan0925 opened this issue Mar 21, 2019 · 1 comment
Assignees
Labels
core core module set enhancement suggest an improvement

Comments

@Razvan0925
Copy link
Contributor

馃殌 Feature

Add mobile web app capable meta tags to be able to install the app on mobile and have the browser topbar disappear.
I think the following would be enough:

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@jasonmunro jasonmunro self-assigned this Mar 21, 2019
@jasonmunro jasonmunro added enhancement suggest an improvement core core module set labels Mar 21, 2019
@jasonmunro
Copy link
Member

Great idea! I have never heard of this before. Tested out on android and it works great. Changes added to the master branch. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core core module set enhancement suggest an improvement
Projects
None yet
Development

No branches or pull requests

2 participants