Hi everyone,
I made a prototype that plays audio (video overlay) when you click an audio button. It is setup such that the audio button changes when you click it (change component variant), and the Video prototype is setup such that when the video (audio) ends, it changes Variant back and closes the overlay.
This worked when I tested on PC and Android.
The problem is, I just bought an iPad (planning to present at an expo) and on the iPad it does not seem to recognise the video has ended - it stays in the audio playing component state, and my protoype effectively freezes as I had not set the overlay to close when clicking outside. Is there a workaround for this? I can obviously manually close overlay, but then audio button state won't change and it just looks bad. Thank you.