| Package | com.myflashlab.air.extensions.richWebView.ios |
| Class | public class ScrollViewKeyboardDismissMode |
| Inheritance | ScrollViewKeyboardDismissMode Object |
| Constant | Defined By | ||
|---|---|---|---|
| INTERACTIVE : int = 2 [static]
the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss
| ScrollViewKeyboardDismissMode | ||
| NONE : int = 0 [static] | ScrollViewKeyboardDismissMode | ||
| ON_DRAG : int = 1 [static]
dismisses the keyboard when a drag begins
| ScrollViewKeyboardDismissMode | ||
| INTERACTIVE | Constant |
public static const INTERACTIVE:int = 2the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss
| NONE | Constant |
public static const NONE:int = 0| ON_DRAG | Constant |
public static const ON_DRAG:int = 1dismisses the keyboard when a drag begins