Answer the question
In order to leave comments, you need to log in
Why is the link not opening in the webview?
The application has two buttons, when clicked, two different links open. One link to the login page opens normally, but the referral link does not want to open and gives an error which is in the screenshot.
Answer the question
In order to leave comments, you need to log in
Added the following line to your application tag :
android:usesCleartextTraffic="true"
Solution:
Add the following line to your application tag :
android:usesCleartextTraffic="true"
As shown below:
<application
....
android:usesCleartextTraffic="true"
....>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question