Its purpose is to shrink or expand the webview in order to display or hide the app switcher button, which enables switching between web applications.
An instance of the NativeAppSwitcher
object can be obtained via the
launchbox.NativeAppSwitcher
reference.
Name | Description | Return type |
---|---|---|
show | Shrinks the current webview and shows the app switcher button below it. The button persists when another webview is displayed. |
undefined |
hide | Hides the app switcher button and expands the webview so that it occupies the whole area of the screen. |
undefined |