Disable back button

I’m using SPA in the mobile experience and I would like to not allow the user to go back on the page. How can I do this?

You mean disabled the native browser history navigation ? Whats is your exact usecase?

on a given page I have a navigation flow like tabs. Hiding a group and showing another as the step. I don’t want him to be able to come back except for the buttons I created.

Even with PWA on the cell phone, the user has already done this.

on the bubble, I used this puglin

Hey, that’s browser history rewriting as @aurelie suggested. It’s not possible in WeWeb (yet) :cry:

Could you add the feature on feedback.weweb.io? We’ll add this to our roadmap.

1 Like

Right. Thanks for the reply.