I have a page that list a current list. The user then clicks the floating + to add an item to this list and go through a wizard and then when they are complete, it redirects them back to the current list. I noticed that if I hit the back button, I go straight through the wizard again and back to an outdated list(instead of a current list).
I am wondering how people deal with user experience. If they land on the main page, I would simply (I think) like to just wipe the history as it is not useful at that point and more confusing than anything.
I am curious on
- How to wipe the entire history
- Is there other UX options that make sense to users