react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)

Results 135 react-native-jw-media-player issues
Sort by recently updated
recently updated
newest added

"react": "18.2.0", "react-native": "0.71.7", "react-native-jw-media-player": "0.2.35", Video is not getting played in landscape mode on iPhone having iOS version 16

in IOS it working find in Android when i pass playlist as array of media items it will crash but if i pass playlistItem.sources (array of source) it working fine,i...

When fullscreen button is clicked on physical IOS device (iPad and various iPhones) the orientation of the screen does not change (See picture). However, the simulator is working as we...

We're experiencing a crashing bug that happens periodically if the user stops and then starts casting within the same app session [output.webm](https://user-images.githubusercontent.com/581104/228168835-be73afa8-f039-4290-b6e9-954fbdd6bfff.webm) I'm able to reproduce this with the sample...

My code (jWPlayerRef = ref)} style={Style.videoContainer} config={{ license: Platform.select({ ios: "...", android: "...", }), autostart: true, controls:true, playlist: [ { mediaId: "0", image: WatchVideoData.thumbnail_file, time: 0, file: WatchVideoData.video_url, autostart: false,...

In the current library version, on click of the home button of android device, full app goes to PIP mode even after closing the player. scenario is - when I...

We have a live stream playing using react-native-jw-media-player. We are using a library called react-native-music-control for notification screen controls. This function is called when a user clicks the skip backward...

Could please fix this issue version:0.2.35

The track does not repeat while the app is suspended in the background. Although the audio plays full length/duration in the background, the track does not restart even if repeat:...