TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
493 stars 53 forks source link

No audio on iphone browsers #75

Open cr1m31 opened 4 years ago

cr1m31 commented 4 years ago

Hi, i am using Löve web builder which is using love.js.

There's no audio on iphone (safari, firefox, chrome) browsers.

But there's audio when you start the same game on windows firefox. https://cr1m31.itch.io/monster-attack-mobile

I tried with wav and ogg files. All with static type " love.audio.newSource("sound.ogg", "static") "

Is there a way to bypass this problem or fix it?

Sorry for double posting but not sure if it is the same issue as here: https://github.com/TannerRogalsky/love.js/issues/60