$mwfiLinks
mfw-ionic.deep-links
InApp browser service that allows you to open external URLs using native browser or embedded webviews.
Initializer method, to be called when module is loaded.
It detects whether SafariViewController
is available or not.
Open a new browser window with given URL, target and options.
Internally, this method calls InAppBrowser
or
SafariViewController
depending on its availability (iOS 9+).
Param | Type | Details |
---|---|---|
url | string | URL to open |
target (optional) | string | The target in which to load the URL, an optional parameter that defaults to configured
|
options (optional) | object | InAppBrowser options
for the |
Promise<InAppBrowser> | Promise that will resolve when browser is opened. It will resolve with new
|