react-native-youtube icon indicating copy to clipboard operation
react-native-youtube copied to clipboard

Youtube Video pauses when we rotate screen from landscape to portrait

Open cw-sanjeev opened this issue 4 years ago • 0 comments

<YouTube ref={this._youTubeRef} apiKey={constants.VIDEO_API_KEY} videoId={this.props.videoId} play={true} fullscreen={true} showFullscreenButton={false} onChangeState={(event) => { this.handlePlayerStatus(event.state); }} onChangeFullscreen={(event) => { this.handleFullscreen(event.isFullscreen); }} />

react version 0.60.5

Youtube video plays in full screen in landscape but soon pauses when we rotate the screen to portrait

cw-sanjeev avatar Feb 25 '21 17:02 cw-sanjeev