You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mute function works fine, but no matter if I set the volume at 0, 0.1, or 100 the volume is the exact same with no change.
If I set the volume to 0 (but don't turn on mute at all), the symbol on the YouTube controls even shows muted but the volume is still maximum.
I actually tried playing this video in a web view using source={{html: xxx}} and used a div and video html component and injecting javascript to change the volume and it did not work there either. I suspect this issue may be related to the react-native-webview because it was similar there as well, so I submitted an issue there too: react-native-webview/react-native-webview#3127.
To Reproduce
Paste the YouTube player code above in app with the same params.
Expected behavior
The volume should change with the volume prop changing.
Smartphone (please complete the following information):
Device: iPhone 12 using expo dev client
OS + version: iOS 16.6
react-native-youtube-iframe version: "^2.3.0"
react-native-webview version: "13.2.2"
Expo version [if using expo]: "^49.0.7"
The text was updated successfully, but these errors were encountered:
Using YoutubePlayer in very typical way, nothing fancy, just trying to play video on main screen.
The mute function works fine, but no matter if I set the volume at 0, 0.1, or 100 the volume is the exact same with no change.
If I set the volume to 0 (but don't turn on mute at all), the symbol on the YouTube controls even shows muted but the volume is still maximum.
I actually tried playing this video in a web view using source={{html: xxx}} and used a div and video html component and injecting javascript to change the volume and it did not work there either. I suspect this issue may be related to the react-native-webview because it was similar there as well, so I submitted an issue there too: react-native-webview/react-native-webview#3127.
To Reproduce
Paste the YouTube player code above in app with the same params.
Expected behavior
The volume should change with the volume prop changing.
Smartphone (please complete the following information):
react-native-youtube-iframe
version: "^2.3.0"react-native-webview
version: "13.2.2"Expo
version [if using expo]: "^49.0.7"The text was updated successfully, but these errors were encountered: