Hi all,
I have created an app and have an audio file which I want to play when the first app screen is visible. Currently the audio file plays for some users when they open the app and not for other users and I cannot work out why it only works for some users.
The audio file is set to play when varIntro: true. I have set the onvisible property of the first screen to: UpdateContext({varIntro: true}) so whenever the first screen is visible the audio file should be playing. When a user navigates away from a screen I have UpdateContext({varIntro: false}).
If I open the app in Edit mode the audio file plays immediately. If I open the app in play mode the audio file does not play unless I navigate away from screen 1 and navigate back to screen 1.
For the audio file I currently have the following settings:
Start = varIntro
AutoStart = true
Loop = false
Thanks,
Freddie