tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
178 stars 116 forks source link

issue with cordova crypt as its showing encrypted code while running the apk file #77

Open sonychoudhary opened 5 years ago

sonychoudhary commented 5 years ago

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

rauonghub commented 5 years ago

I am having the same issue. Do you have already a fix for this?

dwap commented 5 years ago

I change <content src="index.html" /> to <content src="/+++/index.html" /> in config.xml and its work

AnisBerbary commented 5 years ago

where can i find this config.xml ?

AnisBerbary commented 5 years ago

it is not working in the main config.xml im getting a gray screen

sreenumalae commented 4 years ago

Hello @dwap , As you mentioned, I changed the

to

Now I'm getting error as below cannot find "/+++/+++/index.html"

mohamedmaher2021 commented 2 years ago

Any one found solution for this issue ??