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.showKeyboard()

Summary

The showKeyboard() method shows the in-app OSK.

Syntax

Manager.showKeyboard()

Description

Use this method to restore the in-app OSK after it has been hidden with hideKeyboard. One common case is to restore the OSK after dismissal of an app's popup notifications or windows.

Examples

Example: Using showKeyboard()

The following script illustrates the use of showKeyboard() in the Keyman for iPhone and iPad app's "Getting Started" view so that the keyboard doesn't hide the lower options on certain devices

Manager.shared.showKeyboard()

See also