Native notification dialogs (alert and confirm) are missing some default closing behaviors. There are usually 3 ways to close them on Android:
- Press the button --> works
- Press on the dimmer/background --> nothing happens
- Press the back button --> nothing happens
Any chance to implement 2 and 3 for Android? For iOS the current behavior is alright imho.