html2app • JS Bridge
    Preparing search index...

    Variable InAppBrowserConst

    InAppBrowser: { openUrl(url: string): Promise<MessageResponse<{}>> } = ...

    In-app browser plugin for opening URLs in a native browser.

    Type Declaration

    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')