lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
587 stars 91 forks source link

Auto focus or selected #205

Closed PishangShedappp closed 1 year ago

PishangShedappp commented 1 year ago

Hi there, Is there any way to make the player auto focus when other tag clicked, without the need to only click on the player. It should be really useful if it can do that.

lhz516 commented 1 year ago

See the README. When you use ref, you can use this.player.current.focus() to focus the player.