I play an audio but if I change page the stop button doesn't work anymore

I inserted a player in an app screen to play an audio in a loop. I also created a play button and a stop button. What happens to me is that when I start the audio and I stay on the same app screen everything works normally. If I change screens the audio continues to play (and this is fine) but once I go back to the starting screen where the stop button is it doesn't work and the audio can no longer be stopped unless I exit the app. What could be the problem?

This only happens with Companion. It works with the APK.

1 Like

My guess is, you do not switch screens correctly, you should close the second screen instead of opening Screen1 a second time

See here how to switch screens correctly

Taifun