jay34fr
jay34fr
Thanks BradCB. Not working from my side on the device too, iPhone 11, iOS 13
I didn't find any solution yet...
@Vito96 : I put these functions in my app.js and it's working now `// URL link with InAppBrowser Plugin $(document).on('click', 'a[href^=http], a[href^=https]', function(e){ e.preventDefault(); var $this = $(this); var target...
Hi all, Anyone find a solution for this plugin not working on Cordova 9 (not ionic) ? I tried https://github.com/PeterHdd/cordova-plugin-crypto-file It works on build, files are crypted but are not...