We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"react-native-youtube-iframe": "^2.3.0", "react": "17.0.2", "react-native": "0.68.2",
<YoutubePlayer height={moderateScale(300)} play={playing} videoId={"kfsvIOEY8dZ"} onReady={() => {setIsVideoReady(true), setPlaying(true)}} onChangeState={onStateChange} onPlaybackQualityChange={(e) => console.log('asdasd = ', e)} webViewProps={{allowsInlineMediaPlayback: false}} />
The video plays but in iOS max video quality is 360p and above it. It says Missing Options. But on Android, video quality can be set 1080p.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"react-native-youtube-iframe": "^2.3.0",
"react": "17.0.2",
"react-native": "0.68.2",
<YoutubePlayer
height={moderateScale(300)}
play={playing}
videoId={"kfsvIOEY8dZ"}
onReady={() => {setIsVideoReady(true), setPlaying(true)}}
onChangeState={onStateChange}
onPlaybackQualityChange={(e) => console.log('asdasd = ', e)}
webViewProps={{allowsInlineMediaPlayback: false}}
/>
The video plays but in iOS max video quality is 360p and above it. It says Missing Options.
But on Android, video quality can be set 1080p.
The text was updated successfully, but these errors were encountered: