I have an android app that fails on android 4.1 through 5.0. The issue is that the API it connects to requires TLS 1.2.
The official docs say that TLS 1.2 is supported but not enabled by default. I haven't been able to find a way to enable it with cordova; how would one enable TLS 1.2 on an android / cordova app?
It appears it would have to be enabled for the webview, this answer states it's impossible.. Is there anything I can do?