Fabio Berger

Results 3 comments of Fabio Berger

@giacomocerquone This really worked! Thanks

@fredroo tudo bem? Eu nao estou mais dando manutenção neste plugin. Mas fique à vontade para contribuir! :)

I've fixed this by adding the following code to line 2 of _plugins/cordova-plugin-cryptx-file/hooks/after_prepare.js_ ```if (context.cmdLine.indexOf('cordova run') !== '-1') return;``` Then just run your code with livereload: ```ionic cordova run android...