Copy link to clipboard
Copied
Hello,
Here is the background info:
Here is the issue:
Can anyone help with these issues?
Thanks in advance.
Ryan
Copy link to clipboard
Copied
If the audio that is play when the user navigates is triggered, use a stop audio command on the navigation button if possible.
The second issue cannot be solved due to how mobile browsers handle audio. There may be a hack to get the audio to preload.
Copy link to clipboard
Copied
Which version of 9 do you use? There are already 3 versions: 9.0.0, 9.0.1 and 9.0.2.
Since the audio is not triggered by the Play command (you couldy try it, by adding that to the action triggered by clicking on the shape), I suspect it is indeed due to the fact that the audio file still has to load (is it a big file?), which will take more time on a tablet, depending on its 'power' and the quality of the internet connection.
I also wonder if it wouldn't be more efficient to use show/hide in this case instead of switching between states. Especially because you can hide a group (of shapes) but you cannot change the state of a group and have a lot of change state commands at this moment.