Open rigor789 opened 1 year ago
Accessing localhost depends on where the apps is running:
Mention that cleartext traffic is blocked by default (silently), so http or ws requests will not work unless you specifically allow cleartext traffic:
Android:
<application <!-- ... --> android:usesCleartextTraffic="true" <!-- ... --> </application>
ios?
Accessing localhost depends on where the apps is running:
Mention that cleartext traffic is blocked by default (silently), so http or ws requests will not work unless you specifically allow cleartext traffic:
Android:
ios?