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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to Home Screen icons #62

Open
mitogh opened this issue May 2, 2016 · 0 comments
Open

Add to Home Screen icons #62

mitogh opened this issue May 2, 2016 · 0 comments

Comments

@mitogh
Copy link
Member

mitogh commented May 2, 2016

Steps to reproduce and a minimal demo of the problem

We need to include the meta information to add the site into the Home screen of an iOS or Android device.

Current behavior

This information is not present.

Expected/desired behavior

Have this information

Other information

// iOS
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="App Title">

// Android (same as above)
<meta name="mobile-web-app-capable" content="yes"> 

This is related to #23

<meta name="theme-color" content="#E64545">
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

1 participant