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
In a case that you render the video player in a flat list with multiple other items so that you would have to scroll down to see the video player, when you go full screen, and close the fullscreen view, flatlist scrolls you back to the top of the list, and when you scrollback to where the video player supposed to be, you find it is gone, the view that renders the videoplayer is there with white background, but the video player itself disappears.
To Reproduce
1-Render the player in a flatlist with multiple items that the videoplayer should be down in the list so you scroll to it.
2-Play the video and go to fullscreen mode, close the fullscreen mode.
3-Video frame disappears from the list only the background left.
Expected behavior
Videoframe should still be visible in the flatlist.
Screenshots
Copy.of.Untitled.mp4
Smartphone (please complete the following information):
Device: [Samsung S10+]
OS + version: [Android 12]
react-native-youtube-iframe version 2.2.2
react-native-webview version 11.26.0
Expo verison [if using expo] React Native Bare 0.68.5
Additional context
This only happens on android devices. iOS is fine. And if you have lets say 2 videoframes in the flatlist, after the first one disappears, you try to take the same steps on the second one, and it works perfectly, and doesn't disappear...
The text was updated successfully, but these errors were encountered:
Describe the bug
In a case that you render the video player in a flat list with multiple other items so that you would have to scroll down to see the video player, when you go full screen, and close the fullscreen view, flatlist scrolls you back to the top of the list, and when you scrollback to where the video player supposed to be, you find it is gone, the view that renders the videoplayer is there with white background, but the video player itself disappears.
To Reproduce
1-Render the player in a flatlist with multiple items that the videoplayer should be down in the list so you scroll to it.
2-Play the video and go to fullscreen mode, close the fullscreen mode.
3-Video frame disappears from the list only the background left.
Expected behavior
Videoframe should still be visible in the flatlist.
Screenshots
Copy.of.Untitled.mp4
Smartphone (please complete the following information):
react-native-youtube-iframe
version 2.2.2react-native-webview
version 11.26.0Expo
verison [if using expo] React Native Bare 0.68.5Additional context
This only happens on android devices. iOS is fine. And if you have lets say 2 videoframes in the flatlist, after the first one disappears, you try to take the same steps on the second one, and it works perfectly, and doesn't disappear...
The text was updated successfully, but these errors were encountered: