Closed
Description
it looks like on all our projects ( we're using threejs rev 105), audio files are not played anymore on ios13 ( tested on phone 11 ).
They are all played after a user input, and they work fine on android browsers.
Even this threejs example is silent on ios13:
https://threejs.org/examples/#webaudio_sandbox
I checked loading & playing an audio file in simple javascrtip, outside of threejs, it works
Anyone has the same issue?