mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
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:
parent
e939b13738
commit
7285bec9e0
@ -196,7 +196,7 @@ This software is released under the [Apache 2.0 License][apache2_license].
|
|||||||
|
|
||||||
Made with :yum: from Leipzig
|
Made with :yum: from Leipzig
|
||||||
|
|
||||||
© 2017 [appPlant GmbH][appplant]
|
? 2017 [appPlant GmbH][appplant] & [meshfields][meshfields]
|
||||||
|
|
||||||
|
|
||||||
[cordova]: https://cordova.apache.org
|
[cordova]: https://cordova.apache.org
|
||||||
@ -205,3 +205,4 @@ Made with :yum: from Leipzig
|
|||||||
[changelog]: CHANGELOG.md
|
[changelog]: CHANGELOG.md
|
||||||
[apache2_license]: http://opensource.org/licenses/Apache-2.0
|
[apache2_license]: http://opensource.org/licenses/Apache-2.0
|
||||||
[appplant]: http://appplant.de
|
[appplant]: http://appplant.de
|
||||||
|
[meshfields]: http://meshfields.de
|
@ -266,7 +266,7 @@ NSString* const kAPPBackgroundEventDeactivate = @"deactivate";
|
|||||||
forKey:[APPBackgroundMode wkProperty]];
|
forKey:[APPBackgroundMode wkProperty]];
|
||||||
|
|
||||||
[obj setValue:[NSNumber numberWithBool:NO]
|
[obj setValue:[NSNumber numberWithBool:NO]
|
||||||
forKey:@"_requiresUserActionForMediaPlayback"];
|
forKey:@"requiresUserActionForMediaPlayback"];
|
||||||
|
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user