Odd Christer Brovig
Odd Christer Brovig
I think this should have been reported to https://github.com/BoltsFramework/Bolts-Android ? The code you are referring to is not in this repository.
Hi. I think Chrome on iOS also uses Wkwebview due to Apple policies. So does Firefox and all other alternative browsers. Don't know if it is related - but check...
@Smizz1609 On Android the webview is based on Chrome/Chromium since Android 4.4. (https://developer.chrome.com/docs/multidevice/webview/) If you need to open a webpage inside your app the best bet is either inappbrowser plugin...
Hi. Could it be the same issue as in https://github.com/mibrito707/cordova-plugin-secure-storage-echo/issues/7 ? One way of testing it would be to fork this repo, remove the check of isInsideSecure hardware and then...