[iOS HTML5 Audio Element] Device vs Simulator

Markup:

<audio controls controlsList="nodownload">
   <source [src]="audioUrl" type="audio/mpeg">
   Sum Ting Wong.
</audio>

Device:
iOS Device HTML5 Audio Element

Simulator:
iOS Simulator HTML5 Audio Element

Why are they different? I want the device to show the same player from the iOS Simulator. Any idea why they’re different?