- 发布:2021-11-12 09:28
- 更新:2021-11-12 11:55
- 阅读:567
【报Bug】新版本HbuilderX 运行webview组件 TypeError: this._onParentReady is not a function at view.umd.min.js:1
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows10 企业版
HBuilderX类型: Alpha
HBuilderX版本号: 3.2.13
手机系统: 全部
手机厂商: 华为
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
操作步骤:
<web-view :src="url" :webview-styles="webviewStyles"></web-view>
<web-view :src="url" :webview-styles="webviewStyles"></web-view>
预期结果:
正常不报错
正常不报错
实际结果:
TypeError: this._onParentReady is not a function at view.umd.min.js:1
TypeError: this._onParentReady is not a function at view.umd.min.js:1
bug描述:
只要运行wenview组件就报错
TypeError: this._onParentReady is not a function at view.umd.min.js:1
webview代码
var currentWebview = this.$mp.page.$getAppWebview();
setTimeout(function() {
wv = currentWebview.children()[0]
wv.setStyle({bottom: 0})
}, 1000);
2 个回复
malindong (作者) - 前端CN
这里有同样的问题 https://ask.dcloud.net.cn/question/134181?item_id=178665&rf=false
DCloud_UNI_LXH
解决方案请查看 https://ask.dcloud.net.cn/question/134109?item_id=178674&rf=false 的最佳回复
malindong (作者)
好的
2021-11-12 11:57