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
I have installed the application on my smartphone and I see that the orientation was landscape
When you open the website of testing-playground click on the install button
To support both landscape than portrait
We need to simple change the site.webmanifest
site.webmanifest
diff --git a/public/site.webmanifest b/public/site.webmanifest index 82d6ab4..7feb201 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -5,7 +5,7 @@ "theme_color": "#ffffff", "background_color": "#ffffff", "display": "standalone", - "orientation": "landscape", + "orientation": "any", "start_url": "/", "icons": [ {
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report 🐛
I have installed the application on my smartphone and I see that the orientation was landscape
To Reproduce ✔️
When you open the website of testing-playground click on the install button
Expected behavior 🤔
To support both landscape than portrait
Suggested solution 🔦
We need to simple change the
site.webmanifest
Your Environment 💻
The text was updated successfully, but these errors were encountered: