Skip to content

Commit

Permalink
fix(FEC-8027): autoPlay fallback: the video doesn't unmuted by player…
Browse files Browse the repository at this point in the history
… actions on mobile devices (#203)

on click check _fallbackToMutedAutoPlayMode also in mobile
  • Loading branch information
yairans committed Mar 13, 2018
1 parent ed1a278 commit 98c27d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/shell/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ class Shell extends BaseComponent {
* @memberof Shell
*/
onClick(): void {
if (this.props.isMobile) {
return;
}
if (this._fallbackToMutedAutoPlayMode) {
this.player.muted = false;
this._fallbackToMutedAutoPlayMode = false;
Expand Down

0 comments on commit 98c27d3

Please sign in to comment.