docs/api/dom/uniwebviewelement.md
web-view 组件的 DOM 元素对象。
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | 4.61 |
graph LR
UniWebViewElement -- Extends --> UniElement
style UniElement color:#42b983
click UniElement "https://doc.dcloud.net.cn/uni-app-x/api/dom/unielement.html"
后退
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | - |
前进
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | - |
重新加载
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | - |
停止加载
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | - |
原生和WebView通信(执行JS脚本)
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| 4.0 | x | 4.0 | 4.11 | 4.25 | - |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| js | string | 是 | - | Web: -; 微信小程序: x; Android: -; iOS: -; HarmonyOS: - |
获取webview内容高度
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| x | x | 4.63 | 4.63 | 4.63 | - |
| 类型 |
|---|
| number |
加载页面内容
| Web | 微信小程序 | Android | iOS | iOS uni-app x UTS 插件 | HarmonyOS |
|---|---|---|---|---|---|
| x | x | 4.65 | 4.65 | 4.65 | - |
| 名称 | 类型 | 必填 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| options | UniWebViewElementLoadDataOptions | 是 | - | Web: x; 微信小程序: x; Android: -; iOS: -; HarmonyOS: - |
| 名称 | 类型 | 必备 | 默认值 | 兼容性 | 描述 |
|---|---|---|---|---|---|
| data | string | 是 | - | Web: x; 微信小程序: x; Android: 4.65; iOS: 4.65; iOS uni-app x UTS 插件: 4.65; HarmonyOS: - | 要加载的html字符串,注意:这里是编码过的字符串 |
| baseURL | string | 否 | - | Web: x; 微信小程序: x; Android: 4.65; iOS: 4.65; iOS uni-app x UTS 插件: 4.65; HarmonyOS: - | 页面的基础URL, 可选 |
| mimeType | string | 否 | - | Web: x; 微信小程序: x; Android: 4.65; iOS: 4.65; iOS uni-app x UTS 插件: 4.65; HarmonyOS: - | 加载的页面内容类型,默认值为"text/html",可选 |
| encoding | string | 否 | - | Web: x; 微信小程序: x; Android: 4.65; iOS: 4.65; iOS uni-app x UTS 插件: 4.65; HarmonyOS: - | 页面内容的编码类型,默认值为"utf-8",可选 |