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

Cannot open non secure URL #21

Open
ankitgupta29 opened this issue May 11, 2020 · 1 comment
Open

Cannot open non secure URL #21

ankitgupta29 opened this issue May 11, 2020 · 1 comment

Comments

@ankitgupta29
Copy link

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.

@brayStorm
Copy link

Add to AndroidManifest.xml:

    <application>
        android:usesCleartextTraffic="true"
        ...
    </application>

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

2 participants