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
If EnableHttpsSelfSigned.enable(findViewById(R.id.webview)); is present in MainActivity.java, it will prevent Capacitor native plugins from working, since EnableHttpsSelfSigned class overrides the WebViewClient that Capacitor uses to inject the javascript that makes plugins work.
The text was updated successfully, but these errors were encountered:
I'm not sure how to get around this one, as I don't know any other way of ignoring ssl errors. We might have to make a pr to capacitor that adds the option to ignore ssl errors.
If
EnableHttpsSelfSigned.enable(findViewById(R.id.webview));
is present inMainActivity.java
, it will prevent Capacitor native plugins from working, sinceEnableHttpsSelfSigned
class overrides theWebViewClient
that Capacitor uses to inject the javascript that makes plugins work.The text was updated successfully, but these errors were encountered: