I have an html audio tag and it works just fine on desktop browsers. However, when I try to play it browsing on an iPhone (tried chrome, firefox, and safari), it just shows the pause button and nothing happens:
<audio class="mt-3" controls preload="auto" crossorigin="anonymous">
<source src="/media/example.ogg" type="audio/ogg">
</audio>
Any help would be greatly appreciated