MWebviewPlugin.open()
August 11, 2023
- Plugin
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/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
open | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.13.0