Hello everyone :)
So I've been doing some troubleshooting on trying to get my HTML Exported game to work on iOS Safari. (It works fine on Firefox and Chrome)
But on iPhone Safari, the game loads and plays fine, however the sound does not play.
I've searched around on the web and on these forums and tried changing <IFRAME> to <OBJECT> to no avail.
I plugged in my iPhone and loaded up the Web Inspector on my laptop and discovered the following in the console errors:
It seems there is a runtime error "MessageChannel determined to be broken. Job Scheduler Disabled."
Looking further down, you can see that it fails to load my various audio files (webm) which is where my problem lies.
I am stuck for solutions, is this something I can even address? or is it something the Construct team needs to look into as a bug?