InAppBrowser

Improve this doc

$ ionic plugin add cordova-plugin-inappbrowser

Repo:

Static Methods

open(url, target, options)

Opens a URL in a new InAppBrowser instance, the current browser instance, or the system browser.

Param Type Details
url

The URL to load.

target

The target in which to load the URL, an optional parameter that defaults to _self.

options

Options for the InAppBrowser. Optional, defaulting to: location=yes. The options string must not contain any blank space, and each feature's name/value pairs must be separated by a comma. Feature names are case insensitive.

API

Native

General