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

Initializes a new instance of DeviceBrowser.

Methods

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

ParameterTypeDescription

url

The url to open

mode

The browser launch options

Returns: Boolean. true if the browser was opened.

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

ParameterTypeDescription

url

The url to open.

options

The browser launch options.

Returns: Boolean. true if the browser was opened.

Last updated