Results 27 comments of Peter Haddad

Alright try the [important section](https://github.com/PeterHdd/cordova-plugin-crypto-file#important) and tell me if it works or not. As im also using the file path plugin to upload files to the server, and it worked...

same issue here :/ trying to solve this, if you add cordova-plugin-crypt-file then when you inspect the ionic app, it will be here: >file:///android_asset/www/+++/index.html but if you remove this plugin...

I have fixed this finally. I have created another plugin that is made to work with "cordova-plugin-ionic-webview" if you are using it in your project. The plugin is here: https://github.com/PeterHdd/cordova-plugin-crypto-file...

@narickson What problem are you getting? Yes, it should work, make sure to do the "important section" though https://github.com/PeterHdd/cordova-plugin-crypto-file#important Also, which version of ionic webview are you using?

@narickson Can you please tell me the steps that you are taking? Did you change the ionicwebviewengine.java file as specified? Did you try it on different devices, and which versions...

@narickson Ok, check this https://github.com/ionic-team/ionic/issues/17503 I'm not sure what the problem is, but as a test, do the following: Test1: Remove cordova-plugin-crypto-file Keep cordova-plugin-ionic-webview 2.2.0 and test the app Test...

For anyone having issues with Cordova 9: You can use the following plugin: https://github.com/PeterHdd/cordova-plugin-crypto-file I have updated it and now it works with Cordova 9. to install it do the...

@cyborgk9 you can just use the plugin I referenced, made it to work with the new ionic webview. But it can work even if you are not using ionic.

is this the full error? What does `ionic info` give you in the terminal? Also if you remove it and do a build then go to chrome://inspect are the files...

Try this https://github.com/tkyaji/cordova-plugin-crypt-file/