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
trafficstars

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

dependencies

When I set this component to autoplay, the page does autoplay when loaded, but it cannot be paused. `autoPlay={true}` ```jsx import React from 'react' import { Row, Col } from...

**Describe the bug** There is a problem with the progress bar when loading audio player within an Iframe. As it turns out, "getPosX" does not use the mouse event, but...

bug

- [ ] Update bundling tool from Webpack to Vite - [ ] Update Storybook to the latest version and use Vite as well. - [ ] Update testing lib...

Hi Hanz Luo, I just wanted to express a huge thank you for your work on the audio player! I don't know if this is a bug or not. I'll...

**Describe the bug** When i drag the seek bar to end without starting the audio then the next interactions of audio seekbar are not working as expected. **Environment** Package version:...

bug

Thanks for creating such a great customizable package! I was looking at the best way to customize the colors and I saw in the docs support for less/sass variables to...

**Describe the bug** `` tags support multiple `` tags as children, instead of using the `src` property, as demonstrated here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio#usage_notes The reason for doing this is to provide different...

bug

Hello. I would like to change the colors of my audio components to something like #3b82f6 instead of the initial grey color. On the component i defined it like this...