Open caixw0914 opened 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??
<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 ?
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??