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
Platform: Android 10
the issue is random, one thing we have observed is, whenever video starts in low quality and further when its quality improves, its resolution changes or screen width shrinks.
Below is the code we are rendering.
Platform: Android 10
the issue is random, one thing we have observed is, whenever video starts in low quality and further when its quality improves, its resolution changes or screen width shrinks.
Below is the code we are rendering.
<YouTube apiKey="API_KEY" videoId={String(videoURL)} play={true} fullscreen={true} controls={1} onError={(e)=>this.onVideoEnd(e)} style={{ alignSelf: 'stretch', height: "100%" }} />
Issue Screenshot:
Can anyone please suggest how to fix this?
The text was updated successfully, but these errors were encountered: