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

React audio player component with UI. It provides time indicator on both desktop and mobile devices.

Results 29 react-h5-audio-player issues
Sort by recently updated
recently updated
newest added

Just installed the package but seems that the audio file is not playing and when inspecting the page I noticed that the src attribute of the audio tag was not...

bug

**Describe the bug** Playing a list of songs, `onEnded`, I get this warning: `Uncaught (in promise) DOMException: The play() request was interrupted by a new load request.` **Environment** Package version:...

bug

It seems the iconify package version 1.2 breaks our build when using this package. It stopped working over the weekend and we were unable to build it with `next build`....

Hi, thanks for this library, not really a bug but I'm running storyshots on components that contain this component, but the storyshots test fails with: `TypeError: Cannot set property 'volume'...

bug

The color of the buttons color can not be changed, even though they can be replaced with icons, the progress bar can not be replaced

### Discussed in https://github.com/lhz516/react-h5-audio-player/discussions/172 Originally posted by **totti-rdz** September 14, 2022 I'm using the audio player in one of my projects with Next.js and Tailwind CSS and I've already noticed...

Setting src on AudioPlayer to undefined does not stop playback as expected. However, this does work to pause and clear the src: ``` const audioPlayerRef = useRef(null) useEffect(() => {...

bug

At present, the icons in this audio player are loaded via a network request after the player has loaded. This can cause the player to fail in environments where access...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies