We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
This is related to #23
The text was updated successfully, but these errors were encountered: