Hi
I try to use crosswalk for my app but I got a problem : my API have an https:// url, and each time I try to reach it I got an alert "Ssl Certificate error"
http://www.thomasmaximini.com/images/posts/xwalk/ssl_error.png
if I press OK data is fetched, but I would like to accept automatically …
I found a onReceivedSslError function on crosswalk java code, but I don’t know how to override it with ionic, anyone have some clues ?