I have this embedded audio that when in Chrome, Firefox or IE it loads and appears as it should, but when I open it in Safari or iOS it's not visible. It is there as it still takes up the space on the page but it's just not showing. Strangely, if I inspect the element and say, remove the word audio and then re-add the word audio the player then shows up on the page.
Any reason as to why it doesn't load straight away?
<audio controls>
<source src="https://assets.ctfassets.net/y4nxuejkhx03/1Emfg6tpZsyRiipdrUAXTk/6814cbae4dccff5db7a2454fe2c10997/09142020_Marco-Willner-FINAL_EP_-_14-09-2020_14.43.mp3" type="audio/mpeg">
</audio>