• Lv0
    粉丝0

积分15 / 贡献0

提问2答案被采纳0文章0

对web组件加载页面产生白屏问题

古怪的人 显示全部楼层 发表于 2024-1-9 15:46:04

1.描述情况,web组件配置完成后,板子显示白屏,api 9

Web({ src: this.url, controller: this.webviewController }) .darkMode(WebDarkMode.Auto) .forceDarkAccess(true) .javaScriptAccess(true) .fileAccess(true) .domStorageAccess(true) .onlineImageAccess(true) .width('100%') .height('100%') .mediaPlayGestureAccess(false)

.javaScriptProxy({ object: this.webObj, name: "player", methodList: Object.keys(this.webObj), controller: this.webviewController }); }.width('100%').height('100%')

this.webviewController.loadUrl(this.url);

日志打印跟踪

[web_delegate.cpp(operator())-(0)] webCom is null, return on line 1166

[web_delegate.cpp(operator())-(0)] propOnUrlLoadInterceptEvent is null, return on line 4028

[web_client_impl.cpp(OnHandleInterceptRequest)-(0)] OnHandleInterceptRequest url <private>

[web_client_impl.cpp(OnHandleInterceptRequest)-(0)] OnHandleInterceptRequest is empty

您尚未登录,无法参与评论,登录后可以:
参与开源共建问题交流
认同或收藏高质量问答
获取积分成为开源共建先驱

精彩评论1

论坛小助手 官方账号

沙发 发表于 2024-2-2 11:52:45
辛苦看一下url是否正确

Copyright   ©2023  OpenHarmony开发者论坛  京ICP备2020036654号-3 |技术支持 Discuz!

返回顶部