Difference between revisions of "Application:setKeyboardVisibility"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' in development<br/> | '''<translate>Available since</translate>:''' in development<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/> | ||
=== <translate>Description</translate> === | === <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> |
Revision as of 09:27, 24 August 2018
Available since: in development
Class: Application
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