riyaddecoder / react-audio-play

A simple audio player component for react.
https://riyaddecoder.github.io/react-audio-play/
MIT License
22 stars 2 forks source link

Sometimes loader gets stuck on page load #3

Closed gregg-cbs closed 1 month ago

gregg-cbs commented 1 year ago

When i navigate to a page from the url it seems the audio player gets stuck on loading: image

If i use the native html audio player it works fine. So something in your code could be failing to trigger the ready function or not updating the loading state.

This is happening in firefox.