cordova-plugin-crypt-file
cordova-plugin-crypt-file copied to clipboard
issue with cordova crypt as its showing encrypted code while running the apk file
I am using cordova crypt plugin to encrypt my data but after its gets encrypted when i try to run the apk file its showing the encrypted data rather than opening the app
I am having the same issue. Do you have already a fix for this?
I change
<content src="index.html" />
to
<content src="/+++/index.html" />
in config.xml
and its work
where can i find this config.xml ?
it is not working in the main config.xml im getting a gray screen
Hello @dwap ,
As you mentioned, I changed the
Any one found solution for this issue ??