Top "Dismiss" questions

For questions related to calling the "dismiss" method in a button click listener.

Prevent user from dismissing notification

Some apps have notifications which can´t be dismissed by swiping them away. How can I manage such behaviour?

android notifications android-notifications dismiss
How to disable keyboard appearing when hitting on a text field , iOS?

I have a text field , and i need when the user presses it to show a custom picker. The picker …

ios keyboard uitextfield dismiss
dismiss current view controller AFTER presenting new view controller - swift

I'm trying to dismiss a VC and present a new VC. but I don't want old VC to exist anymore. …

ios swift dismiss presentviewcontroller
How to know if a dialog is dismissed in Android?

If the dialog is dismissed,I want to do something for my background.So I want to know if the …

android dialog dismiss
How do i make my progress dialog dismiss after webview is loaded?

What do I need to my code to make the dialog dismiss() after the webview is loaded? public void onCreate(…

java android webview progressdialog dismiss
iOS dismiss UIAlertView beforing showing another

I have a Utils class which shows UIAlertView when certain notifications are triggered. Is there a way to dismiss any …

ios uialertview dismiss
React-native dismiss Keyboard when focus out / clicked somewhere else, outside textfield

I'm new to react-native. I have a textfield(Input). I want to the Keyboard to be dismissed when user clicks …

input react-native keyboard dismiss
iPad dismiss popover with button within the popover itself

I have a button in my popover controller. I want to use it to dismiss the popover, so I am …

ipad uipopovercontroller dismiss appdelegate
Alert dismissing using Twitter Bootstrap is not working?

I'm using Google Chrome. Using Twitter Bootstrap, I want to add a simple alert, unfortunately the alert is not dismissing …

twitter-bootstrap alert dismiss
dismissModalViewControllerAnimated: (and dismissViewControllerAnimated) crashing in iOS 5

I can't find any logical explanation, but the fact remains that, in iOS 5 (xCode 4.2), if I presentModalView:* animated:YES, I …

iphone uiviewcontroller ios5 dismiss