Application:setKeyboardVisibility

From GiderosMobile
Revision as of 20:44, 4 November 2024 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2018.6
Class: Application

Description

Mostly used on mobile devices. Shows or hides the native on-screen keyboard if available.

(boolean) = application:setKeyboardVisibility(visible)

Parameters

visible: (boolean) if the keyboard should be shown

Return values

Returns (boolean) true if the device support a native on screen keyboard