WebView shows net::ERR_CLEARTEXT_NOT_PERMITTED on HTTPS url
问题 I'm trying to load an url that fit security protocols with HTTPS, but when I'm trying to load on a WebView, android shows me net::ERR_CLEARTEXT_NOT_PERMITTED. Why? is a HTTPS what is the problem? The source code that shows it is: public class InternalWebBrowserActivityHelperImpl implements InternalWebBrowserActivityHelper, Constants { private final String TAG = getClass().getSimpleName(); @NonNull private InternalWebBrowserActivityView activityView; public InternalWebBrowserActivityHelperImpl