From 470cef788e5d40168841e64f4e09dd01d0b7874a Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 28 Aug 2019 04:56:24 +0800 Subject: [PATCH] Update web-view.md --- docs/component/web-view.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index 78aab723f..cca496fce 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -14,10 +14,10 @@ **src** -|来源|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-|:-:|:-:|:-:|:-:|:-:|:-:| -|网络|√|√|√|√|√|√| -|本地|√|暂不支持|x|x|x|x| +|来源|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|网络|√|√|√|√|√|√|√| +|本地|√|暂不支持|x|x|x|x|x| **webview-styles** @@ -239,4 +239,4 @@ Q:web-view 的页面怎么和应用内的页面交互? A:调用 uni 相关的 API,就可以实现页面切换及发送消息。参考:[在 web-view 加载的 HTML 中调用 uni 的 API](https://ask.dcloud.net.cn/article/35083) Q:web-view 加载的 HTML 中,能够调用 5+ 的能力么? -A:加载的 HTML 中是有 5+ 环境的,在 plusready 后调用即可。参考:[一个简单实用的 plusready 方法](https://ask.dcloud.net.cn/article/34922) \ No newline at end of file +A:加载的 HTML 中是有 5+ 环境的,在 plusready 后调用即可。参考:[一个简单实用的 plusready 方法](https://ask.dcloud.net.cn/article/34922) -- GitLab