Wake

Enterprise Browser 2.0

Overview

The Wake Module is used to keep the display and wifi ON as long as Enterprise Browser is active

Enabling the API

In order to use this API you must include reference to the following JavaScript file that is included with the Enterprise Browser installation:

  • elements.js

Note - this file either needs to be on the device in a relative folder from where your HTML page is, or it must be copied to your web server appropriately.


<script type="text/javascript" charset="utf-8" src="elements.js"></script>;

API Usage

This API does not use the EB namespace. It is simply referenced using the API name:


wake.wakeLock = 'enabled';

Properties

wakeLock

Type

STRING

Description

Enables / disables the screen.

Possible Value

  • Enabled
  • Disabled

Platforms

  • Android

wifiLock

Type

STRING

Description

Enables / disables the network.

Possible Value

  • Enabled
  • Disabled

Platforms

  • Android

Remarks

wake Method

Please note that enabling locks override the system values and consume more battery power.