How to allow http server in android webview #1801
Replies: 1 comment 10 replies
-
The default Briefcase Android template should be sufficient to display content from a localhost http server, without any additional permissions. By way of proof, the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to allow http traffic in android webview, but it return error clear text traffic is not permitted . So, I added
android:usesCleartextTraffic="true"
toAndroidManifest.xml
. after I dobriefcase create android
and beforebriefcase build android
, but still it returns clear text traffic not permitted. Is there any way to allow http localhost traffic in android webview?Beta Was this translation helpful? Give feedback.
All reactions