react-audio-player icon indicating copy to clipboard operation
react-audio-player copied to clipboard

onEnded does not trigger on iOS devices when streaming audio

Open faizan47 opened this issue 3 years ago • 0 comments

A simple example <ReactAudioPlayer src="" controls crossOrigin={'anonymous'} onEnded={() => { window.alert('Audio has ended'); }} />

Result: Desktop: Works on Firefox/Chromium Mobile: Works on Android devices but not on iOS devices.

faizan47 avatar Jun 04 '22 09:06 faizan47