0.0.8 • Published 6 years ago

@localsfep/ionic-webview v0.0.8

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

ionic webview

使用

import { Plugin } from "@capacitor/core"

Plugin.IonicWebView.open({ url: "https://m.localhome.cn" })

方法

open

打开网页

close

关闭 webview

postMessage

向 webview 发送消息

// 向 webview 发送 data 的值
Plugin.IonicWebView.postMessage({ data: "xxx" })

clearDataStore

清空 webview 的缓存数据

0.0.8

6 years ago