react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
Zooming not working once the video starts
Describe the bug Even when allowWebViewZoom is present, the zooming doesn't work once the video has started.
To Reproduce
<View >
<YoutubePlayer
ref={playerRef}
height={isFullScreen ? height : 200}
width={isFullScreen ? width : '100%'}
videoId={videoId}
play={true}
allowWebViewZoom={true}
onChangeState={(event) => console.log(event)}
//onFullScreenChange={handleFullScreenChange}
/>
</View>
Expected behavior zoom should work even when the video is running
Screenshots not applicable
Smartphone (please complete the following information):
- Device: [Redmi 8A dual]
- OS + version: [Android 10]
react-native-youtube-iframeversion 2.3.0react-native-webviewversion 13.8.6Expoverison [if using expo] - no expo
Additional context none