spiegel-keyman/ios/docs/engine/Manager/hideKeyboard.md
2024-10-31 10:13:00 +07:00

497 B

title
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

Using hideKeyboard

The following script illustrates the use of hideKeyboard:

Manager.shared.hideKeyboard()

See also