Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cordova - crypt as its showing encrypted code while running the apk file instead of the app #102

Open
AmerQwaider opened this issue Dec 2, 2022 · 1 comment

Comments

@AmerQwaider
Copy link

encountered an issue while running my app using cordova-plugin-crypt-file as the application showed the encrypted code instead of the app content(my first page)

can anyone pl

Cordova - Android 11
Cordova 11

WhatsApp Image 2022-12-03 at 1 59 50 AM

package.json

{ "name": "xxxx", "version": "1.0.0", "description": "xxxx", "main": "", "homepage": ".", "scripts": { "test": "" }, "keywords": [ "ecosystem:cordova" ], "author": "xxxx", "license": "Apache-2.0", "devDependencies": { "cordova": "^11.0.0", "cordova-android": "^11.0.0", "cordova-browser": "^6.0.0", "cordova-disable-http-cache": "^1.0.0", "cordova-ios": "^6.2.0", "cordova-plugin-android-permissions": "^1.1.2", "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-background-mode": "^0.7.3", "cordova-plugin-badge": "^0.8.8", "cordova-plugin-crypt-file": "^1.3.3", "cordova-plugin-device": "^2.0.3", "cordova-plugin-file": "^6.0.2", "cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-inappbrowser": "^5.0.0", "cordova-plugin-ionic-webview": "^5.0.0", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-media": "^5.0.3", "cordova-plugin-splashscreen": "^6.0.0", "cordova-plugin-wkwebview-engine": "^1.2.2", "cordova-windows": "^7.0.1" }, "cordova": { "plugins": { "cordova-plugin-crypt-file": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-device": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-background-mode": {}, "cordova-plugin-badge": {}, "cordova-plugin-file": {}, "cordova-plugin-media": { "KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO" }, "cordova-plugin-android-permissions": {}, "cordova-plugin-geolocation": {}, "cordova-disable-http-cache": {}, "cordova-plugin-wkwebview-engine": {}, "cordova-plugin-androidx-adapter": {}, "cordova-plugin-local-notification": {}, "cordova-plugin-ionic-webview": {} }, "platforms": [ "android" ] }, "dependencies": { "cordova-plugin-crypto-file": "^1.4.0", "cordova-plugin-file": "^6.0.2", "cordova-plugin-inappbrowser": "^4.1.0", "cordova-plugin-media": "^5.0.3", "jetifier": "^2.0.0", "node-properties-parser": "^0.0.2", "node-uuid": "^1.4.8", "uuid": "^9.0.0" } }

@AmerQwaider
Copy link
Author

config.xml
config.xml.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant