I need a sound to be played when data changes (data of a text widget)
Data change is triggered by a cloud function. But the problem is that it doesn't work on phones, only on desktop
I need a sound to be played when data changes (data of a text widget)
Data change is triggered by a cloud function. But the problem is that it doesn't work on phones, only on desktop
I've created a text widget, connected it to a document
I've set up a cloud function which changes document data information
I've set up an action "On Data Change" - Play Sound "Sound1"
It all works on desktop, but when I'm testing it from the phone, sound doesn't play. I've read that it can happen because mobile usually blocks sounds which are not triggered by any user interaction (like button click), but I'm not sure about this