Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0 (home page)Version 2.0 (home page)

On this page

Manager.hideKeyboard()

Summary

The hideKeyboard() method hides the in-app OSK.

Syntax

Manager.hideKeyboard()

Description

A common usage is to hide the in-app OSK so that it does not obscure part of an app's dismissible popup notifications or windows.

Examples

Example: Using hideKeyboard

The following script illustrates the use of hideKeyboard:

Manager.shared.hideKeyboard()

See also