[BUG] Dynamically added video stops current video playback on iOS
Opened this issue · 0 comments
MantasMikal commented
Dynamically added video stops current video playback on iOS
A bit of context
I'm working on an app which has an in-app mini-player which sits above all screens. When going to a screen that has another video, the mini-player video stops. This does not happen on Android devices
dynamic-video-add.mp4
To Reproduce
Clone https://github.com/MantasMikal/jwplayer-react-native-ios-issues
Steps to reproduce the issue:
- Go to 'Dynamic Example' screen on iOS
- Play the first video
- Hit the "Show video" button to insert a new video. The previous video will stop
Expected behavior
The video should continue playing when a new video is added
Device(s) affected
- Device: iPhone 15
- OS: 17.2
JWP Ticketing