Hi everyone.Right now I am working on a fairly complex flow which, in a very general way, depending on two variables sent by a device, an audio file hosted in a web server is played in the dashboard. I am using the HTTP request and audio out nodes for this purpose. As you probably guessed, it works really well on a Mac or Windows computer, and even on Android (although with some noise when playing the files), but there is no audio out in iOS due to restrictions on Webkit.
Apparently audio only plays in iOS if it's user-initiated, so I tried using a button to play audio, but I still can't hear anything on the iPhone. Ive found some workarounds like here or this here but I am not sure how to integrate them into my flow (maybe through an iframe?)
This has been discussed already in some older posts in this forum. However, the latest posts are at least 2 or 3 years old... I was wondering if anyone has been able to find a workaround to play audio (or autoplay) in iOS?