Problems with audio on iphones

I am using velo to call an audio player.
$w(‘#auidioplayer1’).play();

The code works fine on computers and Android devices but not on iPhones. Do I need to do something different to get it to work on iPhones? Is anyone else having this problem?

This is likely because the iPhone is either:

  1. In low power mode which automatically disables autoplaying of videos on all websites.
  2. The browser settings have autoplay of videos disabled.
1 Like