@onkar wrote:
Hi everyone,
I am integrating one auth2 implementation in ionic where in sendbox mode login page is accessed through https url.
When ionic try to open that url using window.open it does not show anything, just show blank page only.Is their any way to handle ssl error or bypass it, i checked their are method in java classes but no idea how to modify them or they work or not.
In Native Android apps, developers handle this using following code implementaiton
public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { handler.proceed(); }
Thanks for you help!
Posts: 3
Participants: 2