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
Hi,
Google webapp doesn't allow to open non secure URL.
I tried creating webapp with this repo and I am also not able to open my URL and it consistently shows me as offline.
Does this repo supports to open non-secure URL and if yes any config I need to make.
Appreciate your response.
The text was updated successfully, but these errors were encountered:
Add to AndroidManifest.xml:
<application> android:usesCleartextTraffic="true" ... </application>
Sorry, something went wrong.
No branches or pull requests
Hi,
Google webapp doesn't allow to open non secure URL.
I tried creating webapp with this repo and I am also not able to open my URL and it consistently shows me as offline.
Does this repo supports to open non-secure URL and if yes any config I need to make.
Appreciate your response.
The text was updated successfully, but these errors were encountered: