user10124491
user10124491

Reputation:

iOS PWA Audio Restrictions

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

Upvotes: 0

Views: 597

Answers (1)

user10971514
user10971514

Reputation:

No, Safari restricts audio playing quite a lot. It seems in your scenario, there is no work around unfortunately.

Upvotes: 1

Related Questions