iOS PWA Audio Restrictions
0
I'm making a platform which involves the server triggering Audio to be played with Socket.io. I'm trying to make a PWA for iOS using similar code, but it just doesn't work and I've heard that Safari requires user interaction (I am using this with the full screen PWA meta tag, not through Safari directly). It works fine on the latest version of Chrome on desktop. Is there anyway to make this work? Web Interface (uses same audio playing and socket.io code): https://github.com/archiebaer/bithop-web-interface
javascript ios html5 audio socket.io
share | improve this question
asked Nov 21 '18 at 22:16