MWebviewPlugin.open()

BFChainAugust 11, 2023
  • Plugin
  • MWebviewPlugin
  • open
Less than 1 minute

Opens a new webview.

MWebviewPlugin.open(url)

Parameters

  • url: The URL to load. String value.

Returns

A Promise that resolves to a WebViewItem object.

Example

import { mwebviewPlugin } from "@plaoc/plugin";

mwebviewPlugin.open(`http://xxx`); 

Platform Compatibility

Property/Method/EventAndroidiOSDesktop-DevDesktop
openX

See Also

MWebviewPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.13.0