Disable browser back button for particular page after sign in

0
Hi I want to diable back button of browser for terms and condition page after sign in Because when i click on back button it sign in the user I have applied close page activities and also added this javascript in js snippet
asked
1 answers
0

You cannot ‘unset’ the back button from the browser through your app.

 

You need to handle the user flow in a certain way if they enter the login page again when they are logged in.

answered