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
Describe the bug
The programmatically paused video shows a black screen instead of a still image of the paused video. This behavior does not occur in the iPad Pro (12.9-inch) (6th generation) simulator, instead it happens when the app is being used via TestFlight on an iPad Pro (12.9-inch) iPadOS version 16.7.2.
To Reproduce
Steps to reproduce the behavior:
Programmatically stop a video play={false} on a similar device.
Expected behavior
I expect the app to behave in the same way it does on the simulator, when the video is programmatically paused a still image of the paused video is shown, in other words the paused video shows, not a black screen.
Device Info
Device: iPad Pro (12.9-inch)
OS + version: iPadOS version 16.7.2.
react-native-youtube-iframe ^2.3.0
react-native-webview 13.2.2
Additional context
I cannot reproduce the error on a simulator.
The text was updated successfully, but these errors were encountered:
Describe the bug
The programmatically paused video shows a black screen instead of a still image of the paused video. This behavior does not occur in the iPad Pro (12.9-inch) (6th generation) simulator, instead it happens when the app is being used via TestFlight on an iPad Pro (12.9-inch) iPadOS version 16.7.2.
To Reproduce
Steps to reproduce the behavior:
Programmatically stop a video
play={false}
on a similar device.Expected behavior
I expect the app to behave in the same way it does on the simulator, when the video is programmatically paused a still image of the paused video is shown, in other words the paused video shows, not a black screen.
Device Info
react-native-youtube-iframe ^2.3.0
react-native-webview 13.2.2
Additional context
I cannot reproduce the error on a simulator.
The text was updated successfully, but these errors were encountered: