Android-PWA-Wrapper
Android-PWA-Wrapper copied to clipboard
Cannot open non secure URL
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.
Add to AndroidManifest.xml:
<application>
android:usesCleartextTraffic="true"
...
</application>