I use Popup full screen to display messages like “under maintenace”,“you’re offline”,“new version, update your app now” instead of toast, dialog box. the purpose of full screen pop up is to stop user from doing on the app as it wont function due under maintenance, or offline…
here is the problem, when you click the “back” button of, the popup closes. i need to disable the back button so the app wont close the popup. how to do that?