H5中的图片在Web组件中显示异常

https://xxx.huawei.com/businessLicense.html?appId=ao00f99475552b3131 这个h5页面使用Web组件加载,图片加载失败,配置了imageAccess(true)、onlineImageAccess(true) 都不行,同一台机子浏览器上正常。

Web({ src: this.url, controller: this.controller }) 
  .cacheMode(CacheMode.Online) 
  .imageAccess(true) 
  .onlineImageAccess(true) 
  .javaScriptAccess(true) 
  .domStorageAccess(true) 
  .width("100%") 
  .height("100%")
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
HarmonyOS
2024-11-06 10:35:34
997浏览
收藏 0
回答 1
回答 1
按赞同
/
按时间
superinsect
Web({ src: "https://xxx.huawei.com/businessLicense.html?appId=ao00f99475552b3131", controller: this.controller }).mixedMode(MixedMode.All) 
  • 1.

​遇到白屏问题,可以用devtool 调试工具自行调试:​https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/web-debugging-with-devtools-V5

mixed content 解决办法 可参考官网文档:​https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-web-V5#mixedmode

分享
微博
QQ
微信
回复
2024-11-06 17:42:07
相关问题
Webwebview和H5交互
1910浏览 • 1回复 待解决
HarmonyOS web组件加载h5h5拉起摄像头
1626浏览 • 1回复 待解决
HarmonyOS h5 web上传图片,文件demo
831浏览 • 1回复 待解决
鸿蒙next web组件h5 页面如何交互
322浏览 • 1回复 待解决
HarmonyOS Web组件加载H5白屏
964浏览 • 1回复 待解决
HarmonyOS webview内嵌H5功能异常
776浏览 • 1回复 待解决
HarmonyOS webH5交互
1658浏览 • 1回复 待解决
Web组件h5页面如何交互?
1067浏览 • 1回复 待解决
HarmonyOS Web组件加载在线H5页面
1032浏览 • 1回复 待解决