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
When we pause the current video and if we were swipe up for next video means the current video(I mean next Video) get paused in couple of seconds and previous video was playing in the background
To Reproduce
Steps to reproduce the behavior:
1.Pause the current video in middle of playback
2.Swipe up or down to go for next video
Expected behavior
while swipe up or down user will able to play the current video
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
pluvd7j
changed the title
Previous paused video was playing instead of current video
Previously paused video was playing instead of current video
Feb 17, 2023
@pluvd7j This sounds more like a general react issue, e.g. reuse of existing elements. Did you make sure your list really returned a unique id for each video, so the keyExtractor is always assigning a unique key?
Describe the bug
When we pause the current video and if we were swipe up for next video means the current video(I mean next Video) get paused in couple of seconds and previous video was playing in the background
To Reproduce
Steps to reproduce the behavior:
1.Pause the current video in middle of playback
2.Swipe up or down to go for next video
Expected behavior
while swipe up or down user will able to play the current video
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
react-native-youtube-iframe
version - 2.2.5react-native-webview
version- 11.24.0Note
In IOS it was working fine and smooth
Additional context
I just referred this page as example for my coding Creating youtube shorts component in react-native
The text was updated successfully, but these errors were encountered: