Hi!
So the situation is this:
One of the functions in my game requires me accessing a server that requires a client certificate in order to access server resources. Once I have imported the certificate on the client device it works in chrome, but in the app it does not seem to function, I simply get access denied when loading the resources in Iframe.
So how do we add certificates to Cordova apps? I can't seem to find any documentation on the subject, I would presume Webview would support something so basic?