Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class ScrollViewKeyboardDismissMode
InheritanceScrollViewKeyboardDismissMode Inheritance Object

Keyboard dismiss mode.



Public Constants
 ConstantDefined 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
Constant Detail
INTERACTIVEConstant
public static const INTERACTIVE:int = 2

the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss

NONEConstant 
public static const NONE:int = 0

ON_DRAGConstant 
public static const ON_DRAG:int = 1

dismisses the keyboard when a drag begins