My WebView converts https to http, as evident from checking the url parameter in shouldOverrideUrlLoading() method. I have tried using
webView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_COMPATIBILITY_MODE), but it doesn't work.
How do I fix this? Please help!