The URL to open.
Optional
openWith: stringThe app to open the URL with. If not specified, defaults to the system default application for the specified url type.
On mobile, openWith
can be provided as inAppBrowser
to open the URL in an in-app browser. Otherwise, it will open the URL in the system default browser.
Opens a url with the system's default app, or the one specified with
openWith
.