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

Clicking on the ProgressBar throws an error when using Audio player within an iframe

Open ccpu opened this issue 2 years ago • 5 comments
trafficstars

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 instead attempts to use the touch event.

capture

Step to reproduce codesandbox

Environment

Package version: 3.8.6 React version: 17.0.16 Browser and its version: Chrome OS and its version: win10

ccpu avatar Mar 17 '23 12:03 ccpu