Check up page shows up even when 'Allow back navigation' toggle is off

Hi Team,

In my app, I have the following pages for authentication:

1) Sign in page

(I am only using phone sign in) This page is set as the entry page.

2) Check up page (This page is set as the logged in page)

I have added on-load action on this page to check if the logged in user has access based on a boolean field (user_role_business_access) If true, the user is shown the dashboard page. If false, the user is logged out and shown the access denied page

3) Dashboard page (for logged in users with user_role_business_access set to true)

4) Access denied page

On the navigate to dashboard action, I have disabled the 'Allow back navigation' toggle. But for some reason, I am still able to navigate back to the check-up page by clicking the back button on my phone. Please check the attached screenshot.

Am I missing something? I do not want the check up page to be displayed once the user is navigated to the dashboard.

6 replies