From 75a499684dfbc226a883907a0e5a7707294a2d59 Mon Sep 17 00:00:00 2001 From: handongxun Date: Tue, 7 Jun 2022 17:15:06 +0800 Subject: [PATCH] =?UTF-8?q?uni.webview.js=20=E6=9B=B4=E6=96=B0=E5=88=B0=20?= =?UTF-8?q?1.5.4,=E4=BF=AE=E5=A4=8D=E5=8C=85=E5=90=AB=20AlipayClient=20?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E8=8B=B9=E6=9E=9C=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=A2=AB=E6=8B=92=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/web-view.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/component/web-view.md b/docs/component/web-view.md index 44f807b7b..046915e8c 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -72,7 +72,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.3.js](https://gitee.com/dcloud/uni-app/raw/dev/dist/uni.webview.1.5.3.js) +- App 端使用 uni.web-view.js 的最低版为 [uni.webview.1.5.4.js](https://gitee.com/dcloud/uni-app/raw/dev/dist/uni.webview.1.5.4.js) - App 平台同时支持网络网页和本地网页,但本地网页及相关资源(js、css等文件)必须放在 `uni-app 项目根目录->hybrid->html` 文件夹下或者 `static` 目录下,如下为一个加载本地网页的`uni-app`项目文件目录示例: - nvue `web-view` 必须指定样式宽高 - App 网页向应用 `postMessage` 为实时消息 @@ -137,7 +137,7 @@ |属性|类型|说明| |:-|:-|:-| |plus|Boolean|App| -|nvue|Boolean|App-nvue, uni.webview.1.5.3.js+ 支持| +|nvue|Boolean|App-nvue, uni.webview.1.5.4.js+ 支持| |miniprogram|Boolean|微信小程序| |smartprogram|Boolean|百度小程序| |miniprogram|Boolean|支付宝小程序| @@ -229,8 +229,8 @@ } - - + + + +