thangngoc89 / react-howler

A React.js wrapper for howler.js (audio player)
https://khoanguyen.me/react-howler/
MIT License
354 stars 86 forks source link

Cannot set volume on Safari, iPhone or iPad #100

Closed laurpantelimon closed 3 years ago

laurpantelimon commented 3 years ago

I cannot set volume on Safari, on either iPhone or iPad. Any ideas?

Stenerson commented 3 years ago

Is the example page working for you? As silly as it may sound, there have been multiple issues in the past where the mute switch is flipped, causing issues - could that be the case?

I just tried the example page on both of my iOS devices (iPad & iPhone each running iOS14) without any issues.

laurpantelimon commented 3 years ago

Yes, the problem is that I cannot mute it, not that it doesn't play. Also, the volume change does nothing.

Stenerson commented 3 years ago

Do the music player and basic function demos on https://howlerjs.com/ work for you? There's a volume slider on the music demo and a mute & volume test on the basic functions / core tests.