Open wkande opened 7 years ago
+1. I am also seeing this issue in my Ionic app running iOS 11.
Duplicate of #307 and #317
Also happening with PhoneGap app that is using WKWebView.
use following commands to fix that issue :
ionic cordova plugin rm cordova-plugin-background-mode ionic cordova plugin add https://github.com/iowayankee/cordova-plugin-background-mode.git
An Ionic app (and probably cordova generic as well) crashes using this plugin in conjunction with the cordova-plugin-wkwebview-engine plugin.
5uper seems to fix the issue in his fork. We have forked his fix and documented the README to help developers understand the issue. Hopefully 5uper will issue a pull request.
Please visit https://github.com/WyomingSoftware/cordova-plugin-background-mode for better details.