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...") |
|||
Line 4: | Line 4: | ||
Show or hide to native on-screen keyboard if available | Show or hide to native on-screen keyboard if available | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (boolean) | + | (boolean) = Application:setKeyboardVisibility(visible) |
</source> | </source> | ||
− | '''visible | + | '''visible''': (boolean) if the keyboard should be shown ''''''<br/> |
'''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/> |
Revision as of 10:16, 23 August 2018
Available since: in development
Description
Show or hide to native on-screen keyboard if available
(boolean) = Application:setKeyboardVisibility(visible)
'visible: (boolean) if the keyboard should be shown '
Returns (boolean) true if the device support a native on screen keyboard