I have a toggle on a screen (screen B, this is not the first screen in the app) that uses a global variable as the default and has some functions in the OnChange event:


Then in App OnStart I set that variable:

The toggle does not run the OnChange event when I open the published app. If I move the toggle to the first screen in the app, the OnChange runs correctly when the app is run. So there is something preventing it from running when it's on a different screen. Is there an app setting that's preventing it from running? I know toggles can fire events across screens because I use that functionality in other areas of my app. Any thoughts?