howler.js
howler.js copied to clipboard
Volume is not working in IOS Safari
If I open the example project in IOS Safari, and try to change the volume it does'nt reflect.
Hi, @ashifa454 there are limitations on iOS regarding volume, in most cases iOS allows only to alter volume by buttons not from code, but it should be checked case by case, as that depends on format version e.c
I had the same issue. What worked for me was using html5: false
when creating the Howl
instance
@brunocalou thanks for the tip that helped me! Also for some it may be worth setting the volume lower than 0.1 such as 0.01 if your particular file is too loud.