Hi guys,
i have an url who look like that :
https://***.mp3
I want the user to be able to listen to this music, so i have an audio tag
<audio controls src="https://***.mp3"></audio>
It work perfectly on browser but when i build for android my audio file isnt load.
Someone have any idea ?
1 post - 1 participant