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
"Cleartext HTTP traffic not permitted" exception rised for any http (non https) connection attempt since Android 9
This clear noticeable as fail of maps tiles loading with http protocol source urls
This can be easy fixed by adding property in application manifest android:usesCleartextTraffic="true"
Version
Latest
Platform
[* ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Sub
Airframe type
doesn't matter
Hardware type
doesn't matter
Logs
Please provide a link to any relevant logs that show the issue
The text was updated successfully, but these errors were encountered:
Issue details
"Cleartext HTTP traffic not permitted" exception rised for any http (non https) connection attempt since Android 9
This clear noticeable as fail of maps tiles loading with http protocol source urls
This can be easy fixed by adding property in application manifest
android:usesCleartextTraffic="true"
Version
Latest
Platform
[* ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Sub
Airframe type
doesn't matter
Hardware type
doesn't matter
Logs
Please provide a link to any relevant logs that show the issue
The text was updated successfully, but these errors were encountered: