Audio works on web but not iOS

I got it working. I needed to add the following in game.js

  audio: {
    disableWebAudio: true
  },