LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
594 stars 147 forks source link

Automatically unmutes on play and pause #308

Open KiranSayone opened 10 months ago

KiranSayone commented 10 months ago

Describe the bug When i press on the play button the video is automatically unmuted same happens when i press pause button.

To Reproduce Implement youtube iframe and load a video into it. While playing mute the video. Then if we press pause button the mute is turned off (we can see the icon change). Similarly when the video is paused i press the mute button to activate the mute option but when i click on play button the video automatically gets unmuted again.

Expected behavior If the user have muted the video then pressing the pause or play button should not affect the mute state.

Smartphone :

Additional context Add any other context about the problem here.

Roamer77 commented 7 months ago

+1, same issue