Skip to content

Commit

Permalink
bugfix for WKWebViewEngine app crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasin Simsek committed Jul 28, 2017
1 parent 73621dc commit bf7d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/APPBackgroundMode.m
Expand Up @@ -267,7 +267,7 @@ + (void) swizzleWKWebViewEngine
forKey:[APPBackgroundMode wkProperty]];

[obj setValue:[NSNumber numberWithBool:NO]
forKey:@"_requiresUserActionForMediaPlayback"];
forKey:@"requiresUserActionForMediaPlayback"];

return obj;
}
Expand Down

9 comments on commit bf7d2dd

@wethinkagile
Copy link

@wethinkagile wethinkagile commented on bf7d2dd Sep 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SaurabhS-GWU
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked for me !!!!! Thanks

@bipoza
Copy link

@bipoza bipoza commented on bf7d2dd Oct 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Work for me! Thanks!!

@jmorettoni
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Work for me! Thanks!!!!

@ChristianBarboza
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Work for me! Thanks! <3

@krunvaghela
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked For me Thanks <3

@iurynogueira
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked here 3000!

@ddtch
Copy link

@ddtch ddtch commented on bf7d2dd May 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not working for me ((
Any other solutions?

@kapilSoni101
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But sir I my file I have already set but nothing worked fir me

Please sign in to comment.