Hi,
I've got a problem with button status on a canvas app when running on mobile devices.
I've got a main screen with different buttons to navigate to other screeens and in those screens an icon to get back to main screen.
The problem is that sometimes (not always but very often), when coming back to the main screen, the buttons remain in "pressed" status (with pressed fill and color properties).
I have tried several approaches to solve this problem as forcing a displaymode.disable+displaymode.edit after pressing the button, but neither of them seem to work fine.
Thanks in advance