mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 11:34:54 +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
|
||||
|
||||
© 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
|
@ -42,4 +42,4 @@
|
||||
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
|
||||
},
|
||||
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
|
||||
}
|
||||
}
|
@ -266,7 +266,7 @@ NSString* const kAPPBackgroundEventDeactivate = @"deactivate";
|
||||
forKey:[APPBackgroundMode wkProperty]];
|
||||
|
||||
[obj setValue:[NSNumber numberWithBool:NO]
|
||||
forKey:@"_requiresUserActionForMediaPlayback"];
|
||||
forKey:@"requiresUserActionForMediaPlayback"];
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user