I’ve read a few forum topics on the issue with using the back button and ending up on a modal screen. To me, a modal shouldn’t pop up when using the back button and it should take you to the screen before the modal.
Is there any way to have a double back action in order to skip the modal out? Or, what is everyone else doing to avoid the issue?
I’m aware that I could just link to the specific screen I want from the back button but this often causes issues with the availability of data.
Thanks for this - it’s definitely a good solution for a lot of cases!
I’ve currently got a few modals setup for a user to select the quantity of an item after clicking on the item in the list. I can’t think of a way to make this method work if the user needs to click on a list item - can you?