Difference between revisions of "Application:setKeyboardVisibility"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Show or hide to native on-screen keyboard if available <source lang="lua"> (boolean), = Application:se...")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2018.6<br/>
'''Available since:''' in development<br/>
+
'''Class:''' [[Application]]<br/>
 +
 
 
=== Description ===
 
=== Description ===
Show or hide to native on-screen keyboard if available
+
Show or hide the native on-screen keyboard if available.
 +
 
 
<source lang="lua">
 
<source lang="lua">
(boolean), = Application:setKeyboardVisibility(visible,)
+
(boolean) = application:setKeyboardVisibility(visible)
 
</source>
 
</source>
'''visible:''' (boolean) if the keyboard should be shown ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''visible''': (boolean) if the keyboard should be shown
 +
 
 +
=== Return values ===
 
'''Returns''' (boolean) true if the device support a native on screen keyboard<br/>
 
'''Returns''' (boolean) true if the device support a native on screen keyboard<br/>
 +
 +
{{Application}}

Revision as of 00:46, 3 December 2019

Available since: Gideros 2018.6
Class: Application

Description

Show or hide 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