You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cordova app. I integrated this plugin. When I use "cordova build android" my js,html,css files in www folder are getting encrypted. But when I use "cordova run android", it loads encrypted file. Seems DecryptResources.java is not getting invoked and so decryption is not happening.
Any idea whats going wrong?
The text was updated successfully, but these errors were encountered:
I have cordova app. I integrated this plugin. When I use "cordova build android" my js,html,css files in www folder are getting encrypted. But when I use "cordova run android", it loads encrypted file. Seems DecryptResources.java is not getting invoked and so decryption is not happening.
Any idea whats going wrong?
The text was updated successfully, but these errors were encountered: