Tuesday, 29 January 2019

Ionic app Crashes on After First Page Change on Android

My Ionic app crashes on first page change on Android that means first page open successfully. Although when I change WebView implementation to latest version of chrome in developer options it works fine. Also its not working on older version of chrome and Android system Webview.

  "@angular/platform-browser": "5.2.11",
  "@angular/platform-browser-dynamic": "5.2.11",
  "@ionic-native/android-permissions": "^4.16.0",
  "@ionic-native/fcm": "^4.13.0",
  "@ionic-native/file": "^4.15.0",
  "@ionic-native/file-opener": "^4.19.0",
  "@ionic-native/file-transfer": "^4.15.0",
  "@ionic-native/geolocation": "^4.19.0",
  "@ionic-native/in-app-browser": "^4.12.0",
  "@ionic-native/native-geocoder": "^4.19.0",
  "@ionic-native/splash-screen": "~4.11.0",
  "@ionic-native/status-bar": "~4.11.0",
  "@ionic/cli-plugin-cordova": "^1.6.2",
  "@ionic/storage": "2.1.3",
  "angularfire2": "^5.0.0-rc.9",
  "cordova-android": "7.1.2",
  "cordova-browser": "5.0.4",
  "cordova-plugin-android-permissions": "^1.0.0",
  "cordova-plugin-device": "^2.0.2",
  "cordova-plugin-fcm": "^2.1.2",
  "cordova-plugin-fcm-with-dependecy-updated": "^2.2.6",
  "cordova-plugin-file": "^6.0.1",
  "cordova-plugin-file-opener2": "2.1.4",
  "cordova-plugin-file-transfer": "^1.7.1",
  "cordova-plugin-geolocation": "4.0.1",
  "cordova-plugin-inappbrowser": "^3.0.0",
  "cordova-plugin-ionic-keyboard": "^2.1.3",
  "cordova-plugin-ionic-webview": "^2.2.3",
  "cordova-plugin-nativegeocoder": "3.1.3",
  "cordova-plugin-splashscreen": "^5.0.2",
  "cordova-sqlite-storage": "^2.5.1",
  "firebase": "^4.6.0",
  "ionic-angular": "3.9.2",
  "ionic3-calendar-en": "^1.1.3",
  "ionicons": "3.0.0",
  "moment": "^2.22.2",
  "rxjs": "5.5.11",
  "sw-toolbox": "3.6.0",
  "zone.js": "0.8.26"
},
"cordova": {
  "plugins": {
    "cordova-sqlite-storage": {},
    "cordova-plugin-whitelist": {},
    "cordova-plugin-device": {},
    "cordova-plugin-splashscreen": {},
    "cordova-plugin-ionic-webview": {
      "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
    },
    "cordova-plugin-ionic-keyboard": {},
    "cordova-plugin-inappbrowser": {},
    "cordova-plugin-fcm": {},
    "cordova-plugin-fcm-with-dependecy-updated": {},
    "cordova-plugin-file-transfer": {},
    "cordova-plugin-file": {},
    "cordova-plugin-android-permissions": {},
    "cordova-plugin-geolocation": {},
    "cordova-plugin-nativegeocoder": {},
    "cordova-plugin-file-opener2": {
      "ANDROID_SUPPORT_V4_VERSION": "27.+"
    }
  },
  "platforms": [
    "browser",
    "android"
  ]
}



from Ionic app Crashes on After First Page Change on Android

No comments:

Post a Comment