We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I installed the plugin, but I can't debug my app I'm using ionic 4
I put this in config.xml:
<config-file parent="/manifest/application" target="AndroidManifest.xml"> <meta-data android:name="WebViewDebug" android:value="true" /> </config-file>
installed the plugin as said in documentation build for release but I can't see my app on emulator on chrome://inspect
package.json:
{ "name": "adir", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ionic cordova run android", "build": "ionic cordova build android --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/common": "^7.2.2", "@angular/core": "^7.2.2", "@angular/forms": "^7.2.2", "@angular/http": "^7.2.2", "@angular/platform-browser": "^7.2.2", "@angular/platform-browser-dynamic": "^7.2.2", "@angular/router": "^7.2.2", "@fortawesome/fontawesome-free": "^5.8.1", "@ionic-native/android-permissions": "^5.5.1", "@ionic-native/camera": "^5.0.0", "@ionic-native/core": "^5.0.0", "@ionic-native/facebook": "^5.6.0", "@ionic-native/file": "^5.6.0", "@ionic-native/google-plus": "^5.0.0", "@ionic-native/image-picker": "^5.5.1", "@ionic-native/social-sharing": "^5.5.1", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", "@ionic/angular": "^4.1.0", "@sentry/browser": "^5.9.1", "@thegrizzlylabs/cordova-plugin-genius-scan": "^3.0.7", "cordova": "^9.0.0", "cordova-android": "^8.0.0", "cordova-plugin-android-permissions": "1.0.0", "cordova-plugin-androidx": "1.0.2", "cordova-plugin-androidx-adapter": "1.1.0", "cordova-plugin-camera": "4.0.3", "cordova-plugin-debuggable-webview": "git+https://github.com/JouriFledderman/cordova-plugin-debuggable-webview.git", "cordova-plugin-facebook4": "4.2.1", "cordova-plugin-file": "6.0.1", "cordova-plugin-googleplus": "7.0.1", "cordova-plugin-x-socialsharing": "5.4.4", "core-js": "^2.5.4", "es6-promise-plugin": "4.2.2", "npm": "^6.13.1", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.8.29" }, "devDependencies": { "@angular-devkit/architect": "~0.12.3", "@angular-devkit/build-angular": "~0.13.0", "@angular-devkit/core": "~7.2.3", "@angular-devkit/schematics": "~7.2.3", "@angular/cli": "7.3.9", "@angular/compiler": "~7.2.2", "@angular/compiler-cli": "~7.2.2", "@angular/language-service": "~7.2.2", "@ionic/angular-toolkit": "~1.4.0", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~10.14.2", "codelyzer": "~4.5.0", "cordova-plugin-device": "^2.0.2", "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-ionic-webview": "^4.0.1", "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-whitelist": "^1.3.3", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~3.1.4", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.4.0", "ts-node": "~8.0.0", "tslint": "~5.16.0", "typescript": "~3.1.6" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-camera": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-x-socialsharing": { "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" }, "cordova-plugin-file": {}, "cordova-plugin-facebook4": { "APP_ID": "2310214949190008", "APP_NAME": "Keeper", "FACEBOOK_HYBRID_APP_EVENTS": "false", "FACEBOOK_ANDROID_SDK_VERSION": "4.40.0" }, "cordova-plugin-googleplus": { "WEB_APPLICATION_CLIENT_ID": "918041568796-k46rp8m9n8je3k1mlcee1p9mgm3tabud.apps.googleusercontent.com", "PLAY_SERVICES_VERSION": "+" }, "cordova-plugin-androidx": {}, "cordova-plugin-androidx-adapter": {}, "cordova-plugin-genius-scan": { "ANDROID_SUPPORT_VERSION": "27.0.1" }, "@thegrizzlylabs/cordova-plugin-genius-scan": { "ANDROID_SUPPORT_VERSION": "27.0.1" }, "cordova-plugin-debuggable-webview": {} }, "platforms": [ "android" ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I installed the plugin, but I can't debug my app
I'm using ionic 4
I put this in config.xml:
installed the plugin as said in documentation build for release but I can't see my app on emulator on chrome://inspect
package.json:
The text was updated successfully, but these errors were encountered: