Another problem with 'Backbutton' events that seems like a bug. Please advise.
I have a screen named X with 'Backbutton' event, that openes a popup screen. I can navigate through my app and press hardware Back button on my Andreoid device with normal behaviour on all other screens, until I visit screen X. On screen X when hardware Back button is pressed, event is fired correctly and I see a popup.
After that something crashes, and app starts showing popup every time hardware Back button is pressed on any other screen. Feels like Backbutton event is global now. Is it a problem of my own app architecture, or a wider problem?
Thank you!