You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<access origin="*" /> est déjà dans le config.xml. <allow-navigation href="*" /> ne semble pas utile visiblement
on a déjà un bloc <edit-config file="app/src/main/AndroidManifest.xml" il suffit donc juste de rajouter dedans la ligne <application android:usesCleartextTraffic="true" />
Since Android 9, there is some restriction about loading file with no secure context.
In order to work, we need to add at the top of config.xml
But I don't want this patch lands in master like that. We should only activate this clearTextTraffic only when developing.
The text was updated successfully, but these errors were encountered: