Hello,
I'm creating an app with some screens with some components, and a MySQL database.
I have first Menu Components, where I have on output selection of the menu in number (like 0, 1, 2, …) and a boolean for know if something is selected on the menu.
And a second components name dialogBox same of the reusables components presents by Microsoft.
I use in screens a toggle event with a switch, when the users select something on the menu,
The toggle activates, the function activates and directs it to the screen it has chosen. It works in development mode on powerapps studio but once share, the navigation bug and no longer works. After several tests, the toggle is activated well but I do not stop to determine the real problem, I feel that the dialog box sometimes blocks this navigation once shared.
I remember that the app launched in development works but not once it is published and shared. It seems like the application freeze in publish when I click on the menu.
Does anyone have the same problem?
Thanks to the community and support help desk.