How can I disable browser back button in Mendix studio-pro

0
I want to disable browser back button for security reasons!
asked
2 answers
0

Close the page before opening a new one, it doesn't disable the back button but it will prevent the user to get back to the closed page.

answered
0

HI Vivek,

 

You would have to do this by adding (custom) javascript to your Mendix page in a snippet, there is no standard Mendix option to do this. And even then, I'm not sure if I'd call using javascript to block the back button ‘secure’.

 

Furthermore, my opinion is that if you have to rely on blocking certain browser features for security purposes, you should probably rethink/adjust your application instead of trying to block default browser features.

answered