I would like to control the app with one page menu and avoid user to click on the back key at the top, example.....
- after login (B4XPage) the user is send to dashboard page(B4XPage) the user should not be able to go back to login page again
as usual thank you in advance for the great support
ShowPageAndRemovePreviousPages (Id As String) Clears the pages stack and shows the page.
Useful for example after a log-in page where there is no reason to keep the log-in page on the stack.