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

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