justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
589 stars 104 forks source link

onEnded does not trigger on iOS devices when streaming audio #148

Open faizan47 opened 2 years ago

faizan47 commented 2 years ago

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.