How to display hidden element on screen from another screen?
1. Screen 1 has a hidden element.
2. On Screen 2, there is a button to to navigate to screen 1.
Is there a way to display the hidden element on Screen 1 when the button is pressed on Screen 2?
Hi, does anyone have a solution to the problem above?
Hi, does anyone have a solution to the problem above?
Hello, to perform this action you could use variables, here I attach an example where I have created a variable with a value "false", on the main page an action that shows the hidden element "on page load" if the value of the variable is "true", in the second screen I have created the event that changes the value of the variable to show the element on the main screen, let me know if this information was useful to you.
Greetings.
Hello, to perform this action you could use variables, here I attach an example where I have created a variable with a value "false", on the main page an action that shows the hidden element "on page load" if the value of the variable is "true", in the second screen I have created the event that changes the value of the variable to show the element on the main screen, let me know if this information was useful to you.
Greetings.
Replies have been locked on this page!