未验证 提交 18a98ba5 编写于 作者: Q qiang014 提交者: Gitee

update docs/component/web-view.md.

上级 37023078
......@@ -374,7 +374,7 @@ web-view组件在App和小程序中层级较高,如需要在vue页面中写代
**注意事项**
- `<web-view>` 组件默认铺满全屏并且层级高于前端组件。App端想调节大小或在其上覆盖内容需使用plus规范。
- `<web-view>` 组件默认铺满全屏并且层级高于前端组件。App端想调节大小或在其上覆盖内容需使用plus规范,H5端可以改为直接使用 iframe
- `<web-view>` 组件所在窗口的标题,跟随页面的 `<title>` 值的变化而变化(不含H5端)。
- App-vue的`web-view`加载的html页面可以运行plus的api,但注意如果该页面调用了plus.key的API监听了back按键(或使用mui的封装),会造成back监听冲突。需要该html页面移除对back的监听。或按照上面的示例代码禁止网页使用plus对象。app-nvue页面的`web-view`组件不能运行plus API。
- `uni.webview.js` 最新版地址:[https://gitee.com/dcloud/uni-app/raw/dev/dist/uni.webview.1.5.3.js](https://gitee.com/dcloud/uni-app/raw/dev/dist/uni.webview.1.5.3.js)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册