I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to the app without valid credentials which shouldn't normally happen. It's not designed to have the user attempting to do things without permission so this behaviour can be confusing. Can I somehow disable the back button on the login page?
↧