DeviceBrowser

Wisej.Hybrid.DeviceBrowser

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods to open the device's embedded or external web browser.

public class DeviceBrowser

Access this class through the Device singleton.

Constructors

DeviceBrowser()

Initializes a new instance of DeviceBrowser.

Methods

Open(url, mode)

Opens the given url in the device's web browser.

Parameter
Type
Description

url

The url to open

mode

The browser launch options

Returns: Boolean. true if the browser was opened.

Open(url, options)

Opens the given url in the device's web browser.

Parameter
Type
Description

url

The url to open.

options

The browser launch options.

Returns: Boolean. true if the browser was opened.

Last updated