fix for fatal crash on app open (#315)

* bugfix for WKWebViewEngine app crash

* fixing package.json

* fixing package.json

* reverting package.json for pull request

* reverting package.json for pull request
This commit is contained in:
Stephan Kristyn 2018-01-09 20:47:49 +01:00 committed by Sebastián Katzer
parent e939b13738
commit 7285bec9e0
3 changed files with 4 additions and 3 deletions

View File

@ -196,7 +196,7 @@ This software is released under the [Apache 2.0 License][apache2_license].
Made with :yum: from Leipzig
© 2017 [appPlant GmbH][appplant]
? 2017 [appPlant GmbH][appplant] & [meshfields][meshfields]
[cordova]: https://cordova.apache.org
@ -205,3 +205,4 @@ Made with :yum: from Leipzig
[changelog]: CHANGELOG.md
[apache2_license]: http://opensource.org/licenses/Apache-2.0
[appplant]: http://appplant.de
[meshfields]: http://meshfields.de

View File

@ -42,4 +42,4 @@
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
},
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
}
}

View File

@ -266,7 +266,7 @@ NSString* const kAPPBackgroundEventDeactivate = @"deactivate";
forKey:[APPBackgroundMode wkProperty]];
[obj setValue:[NSNumber numberWithBool:NO]
forKey:@"_requiresUserActionForMediaPlayback"];
forKey:@"requiresUserActionForMediaPlayback"];
return obj;
}