tkyaji / cordova-plugin-crypt-file

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

codes and symbols appears after clicking on android back button #44

Open burhan059 opened 7 years ago

burhan059 commented 7 years ago

Dears,

Kindly i need your usual support, regarding to the android back button.

After i added the Cordova encryption plugin when the user click on the android back button he got an error blank page with some symbols and cods. check the below picture.

enc error

alherrera42 commented 7 years ago

Have you solved it @burhan059 ? seems to me like some java file is not compiling (that gibberish you see is an actual encrypted source code that the plugin isn't translating). I would try to upgrade my Java version and and/or migrating the code to a fresh Ionic proyect.

monaco11001 commented 6 years ago

when I build app by cocoon.io server after splash screen show off, it appear error like your picture attacked. By the way, this feature is cool thing I waiting to update.

vsvedder commented 5 years ago

did you solve this problem? , im facing the same issue.

rauonghub commented 5 years ago

Im having the same issue. Successfully encrypts the codes but failed to decrypt once installed on device.

meenabassem commented 5 years ago

For me, I had a similar issue with back button. I'm using angularJs with Cordova 6.3.0 what fixed this for me to encrypt everything except index.html i did so by adding the following section in the plugin.xml

 <exclude>
        <file regex="index\.html$"/>
    </exclude>