Jump to content
Magno

FMX.WebBrowser + Rio 10.3.1 = net::ERR_CLEARTEXT_NOT_PERMITTED

Recommended Posts

Hello people!

Well, this is new. With 10.3.0 my app was working fine, but now when I try to access an address like http://thewebsite..ddns.net the URL won't open and I get net::ERR_CLEARTEXT_NOT_PERMITTED. I will happen with some devices, mine is running Android Pie and work correctly, my friend and the client also running Android Pie and getting that error.

Any clue?

Share this post


Link to post

Found on stackoverflow:

 

Add the below line in your applicationtag:

android:usesCleartextTraffic="true"

As shown below:

<application
    ....
    android:usesCleartextTraffic="true"
    ....>
  • Thanks 1

Share this post


Link to post

Thank you for all information!! I will test it and let you know!

 

EDIT: Solved!!!! Thank you!

Edited by Magno
Solved!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×