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
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)
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
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" } }
The text was updated successfully, but these errors were encountered: