Difference between revisions of "Application:setKeyboardVisibility"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' in development<br/> | + | '''<translate>Available since</translate>:''' in development<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>Show or hide to native on-screen keyboard if available</translate> | <translate>Show or hide to native on-screen keyboard if available</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
(boolean) = Application:setKeyboardVisibility(visible) | (boolean) = Application:setKeyboardVisibility(visible) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''visible''': (boolean) <translate>if the keyboard should be shown</translate> <br/> | '''visible''': (boolean) <translate>if the keyboard should be shown</translate> <br/> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (boolean) <translate>true if the device support a native on screen keyboard</translate><br/> | + | '''<translate>Returns</translate>''' (boolean) <translate>true if the device support a native on screen keyboard</translate><br/> |
Revision as of 07:29, 24 August 2018
Available since: in development
Description
Show or hide to 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