2025-04-08 10:34 AM
Hello!
I'd like to trigger a screen change (navigate to a specific screen) whenever a hardware button is pressed, and I want this behavior to be global. How can i do that in touchgfx?
The only way i managed to redirect user is local, creating interactions in each screen, but i want to do this globally.
2025-04-09 1:17 AM
Hello @matheuschiarelli ,
Creating an interaction in every screen is probably the easiest way to achieve this.
Is this an issue for you to create one interaction on every screen?
Regards,
2025-04-09 4:02 AM
Hello @GaetanGodart !
No problem with this, i just wanted to make sure if i could create some redirect function globally in a easy way. But yeah, i can continue making interactions in each screen.
Thank you!