react-audio-player
react-audio-player copied to clipboard
how can i do the autoplay on mobile phone??
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??
<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???
is any one found solution for this problem ?