Const
In-app browser plugin for opening URLs in a native browser.
Open a URL in the native browser.
The URL to open
Response indicating success or failure
Allows opening URLs in the native browser instead of the WebView.
import { InAppBrowser } from '@yandeu/js-bridge/lib/plugins/inAppBrowser.js'await InAppBrowser.openUrl('https://example.com') Copy
import { InAppBrowser } from '@yandeu/js-bridge/lib/plugins/inAppBrowser.js'await InAppBrowser.openUrl('https://example.com')
In-app browser plugin for opening URLs in a native browser.