Application.Android.KeyboardMode

Since

3.1.0

Enable to change keyboard mode.

Example

import Application  from '@smartface/native/application';
Application.android.keyboardMode = Application.Android.KeyboardMode.KeyboardAdjustResize;

Enumeration Members

KeyboardAdjustNothing: 48

Set to have a screen not adjust for a shown keyboard.

Property

Since

3.1.0

KeyboardAdjustPan: 32

Set to have a screen pan when an keyboard is shown, so it doesn't need to deal with resizing but just panned by the framework to ensure the current input focus is visible.

Property

Since

3.1.0

KeyboardAdjustResize: 16

Set to allow the screen to be resized when an keyboard is shown, so that its contents are not covered by the keyboard.

Property

Since

3.1.0

KeyboardAdjustUnspecified: 0

Set as nothing specified. The system will try to pick one or the other depending on the contents of the screen.

Property

Since

3.1.0

AlwaysVisible: 5

Always make the keyboard visible when this window receives input focus.

Property

Since

3.1.0

AlwaysHidden: 3

Always hides any keyboard when this screen receives focus.

Property

Since

3.1.0

Generated using TypeDoc