justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
589 stars 104 forks source link

how can i do the autoplay on mobile phone?? #71

Open caixw0914 opened 4 years ago

caixw0914 commented 4 years ago

I’ve found the issue about not working on mobile, we can use “controls” to show the control panel, can i do the autoplay without clicking the ‘play’ button??

caixw0914 commented 4 years ago

<ReactAudioPlayer ref={(element) => { this.rap = element; }} />

register a onclick do this.rap.audioEl.play() But it not work in a ontouch envet, anyone knows why???

NareshVadlamani commented 2 years ago

is any one found solution for this problem ?