added android option to keep screen on
This commit is contained in:
parent
a8bc93b3d1
commit
fd4cfc2c0b
@ -125,6 +125,7 @@ instance, or the system browser.
|
||||
- __shouldPauseOnSuspend__: Set to `yes` to make InAppBrowser WebView to pause/resume with the app to stop background audio (this may be required to avoid Google Play issues like described in [CB-11013](https://issues.apache.org/jira/browse/CB-11013)).
|
||||
- __useWideViewPort__: Sets whether the WebView should enable support for the "viewport" HTML meta tag or should use a wide viewport. When the value of the setting is `no`, the layout width is always set to the width of the WebView control in device-independent (CSS) pixels. When the value is `yes` and the page contains the viewport meta tag, the value of the width specified in the tag is used. If the page does not contain the tag or does not provide a width, then a wide viewport will be used. (defaults to `yes`).
|
||||
- __fullscreen__: Sets whether the InappBrowser WebView is displayed fullscreen or not. In fullscreen mode, the status bar is hidden. Default value is `yes`.
|
||||
- __keepscreenon__: Sets whether the InappBrowser WebView will keep the screen on or not. If enabled the screen stays on. (defaults to `no`).
|
||||
|
||||
iOS supports these additional options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user