From 1c056c3ae220043266b19b37699729e82b10c982 Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 8 Apr 2022 12:02:58 +0800 Subject: [PATCH] udpate uni.webview.1.5.2.js to 1.5.3 --- docs/component/web-view.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index a7d9caa4f..c83f0ebc8 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -68,7 +68,7 @@ - 小程序仅支持加载网络网页,不支持本地html - 补充说明:app-vue下web-view组件不支持自定义样式,而v-show的本质是改变组件的样式。即组件支持v-if而不是支持v-show。 - 小程序端 web-view 组件一定有原生导航栏,下面一定是全屏的 web-view 组件,navigationStyle: custom 对 web-view 组件无效。 -- App 端使用 uni.web-view.js 的最低版为 [uni.webview.1.5.2.js](https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js) +- App 端使用 uni.web-view.js 的最低版为 [uni.webview.1.5.3.js](https://gitee.com/dcloud/uni-app/raw/dev/dist/uni.webview.1.5.3.js) - App 平台同时支持网络网页和本地网页,但本地网页及相关资源(js、css等文件)必须放在 `uni-app 项目根目录->hybrid->html` 文件夹下或者 `static` 目录下,如下为一个加载本地网页的`uni-app`项目文件目录示例: - nvue `web-view` 必须指定样式宽高 - App 网页向应用 `postMessage` 为实时消息 @@ -133,6 +133,7 @@ |属性|类型|说明| |:-|:-|:-| |plus|Boolean|App| +|nvue|Boolean|App-nvue, uni.webview.1.5.3.js+ 支持| |miniprogram|Boolean|微信小程序| |smartprogram|Boolean|百度小程序| |miniprogram|Boolean|支付宝小程序| @@ -224,8 +225,8 @@ } - - + + +