react-native-jw-media-player
react-native-jw-media-player copied to clipboard
unable to repeat the track while backgroundAudioEnabled: true
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: true. it restarts only if app is in foreground
backgroundAudioEnabled: true,
repeat: true,
facing same issue here. @chaimPaneth any fix on this ?
We're using RN : 0.66.4 and jw player 0.2.34
@nateshmbhat yes, using RN : 0.66.4 also jw player 0.2.34
@nateshmbhat or @hemantrajb, have you got any solution?