Hi,
When some users where testing my application I notified a weird behaviour when closing a dialog.
The structure of my app is as follows:
1) a login page for the user
2) a welcome page
3) a list of items
4) a list of item details
5) an extra information dialog
When closing the dialog (5), some users (accidentaly) doubleclicked the button.The result of this action was my application going back 2 pages.
I tried it later myself and I can even make the application go back multiple pages if I'm quick enough.
Is this an issue or is there a trick to avoid this unwanted behaviour?
Best regards,
Erwin