Difference between revisions of "Application:setKeyboardVisibility"
From GiderosMobile
Line 6: | Line 6: | ||
(boolean) = Application:setKeyboardVisibility(visible) | (boolean) = Application:setKeyboardVisibility(visible) | ||
</source> | </source> | ||
− | '''visible''': (boolean) if the keyboard should be shown | + | === Parameters === |
+ | '''visible''': (boolean) if the keyboard should be shown <br/> | ||
+ | === 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/> |
Revision as of 10:39, 23 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