LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
594 stars 147 forks source link

Programmatically paused video shows a black screen instead of the paused video #320

Open jtontiwith opened 7 months ago

jtontiwith commented 7 months ago

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

Additional context I cannot reproduce the error on a simulator.

LonelyCpp commented 7 months ago

I don't have access to an ipad unfortunately.

have you tried it no other ipads (with different OS versions), or iphones?