Hi
i want control html audio like play stop duration
this is sample code for audio player html :
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
and this is tutorial in html : Click Here
but i don’t know how use them in ionic