Skip to content

Commit

Permalink
fix(backgroundmode): fix backgroud-mode plugin cause wkwebview crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Dec 13, 2018
1 parent 7313a52 commit a874b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.yipeng.ionic4.boilerplate" version="0.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.yipeng.ionic4.boilerplate" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ionic4-boilerplate</name>
<description>An awesome Ionic/Cordova demo.</description>
<author email="[email protected]" href="https://yipeng.info/">pengkobe</author>
Expand Down Expand Up @@ -99,7 +99,6 @@
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-sqlite-storage" spec="^2.5.0" />
<plugin name="cordova-plugin-vibration" spec="^3.1.0" />
<plugin name="cordova-plugin-background-mode" spec="^0.7.2" />
<plugin name="cordova-plugin-insomnia" spec="^4.3.0" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-file-opener2" spec="^2.0.19" />
Expand All @@ -114,6 +113,7 @@
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-android-support-gradle-release" spec="^2.0.1" />
<plugin name="cordova-hot-code-push-plugin" spec="^1.5.3" />
<engine name="android" spec="7.1.4" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
<plugin name="cordova-plugin-background-mode" spec="https://github.com/katzer/cordova-plugin-background-mode" />
<engine name="android" spec="7.1.4" />
</widget>
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"cordova-plugin-appcenter-analytics": "^0.2.0",
"cordova-plugin-appcenter-crashes": "^0.2.0",
"cordova-plugin-appcenter-shared": "^0.2.0",
"cordova-plugin-background-mode": "^0.7.2",
"cordova-plugin-background-mode": "git+https://github.com/katzer/cordova-plugin-background-mode.git",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "^6.0.1",
Expand Down Expand Up @@ -149,7 +149,6 @@
"cordova-plugin-ionic-keyboard": {},
"cordova-sqlite-storage": {},
"cordova-plugin-vibration": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-insomnia": {},
"cordova-plugin-file": {},
"cordova-plugin-file-opener2": {},
Expand All @@ -164,10 +163,11 @@
"cordova-plugin-qrscanner": {},
"cordova-android-support-gradle-release": {},
"cordova-hot-code-push-plugin": {},
"cordova-plugin-app-version": {}
"cordova-plugin-app-version": {},
"cordova-plugin-background-mode": {}
},
"platforms": [
"android"
]
}
}
}

0 comments on commit a874b2c

Please sign in to comment.