webview加载不兼容,页面无法打开。
错误日志:
Uncaught TypeError: Cannot read properties of null (reading 'getItem') at getAppType (invoicing.ts:27:29) at invoicing.ts:40:14
webview加载不兼容,页面无法打开。
错误日志:
Uncaught TypeError: Cannot read properties of null (reading 'getItem') at getAppType (invoicing.ts:27:29) at invoicing.ts:40:14
1 回答868 阅读✓ 已解决
1 回答1.2k 阅读
1 回答994 阅读
1 回答947 阅读
1 回答906 阅读
1 回答827 阅读
1 回答780 阅读
1、当访问在线网页时,需要在module.json5文件中添加网络权限:ohos.permission.INTERNET。
2、需要加上.domStorageAccess(true)属性,保证资源可以正常加载并显示。
文档请参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/cta-build-web-applications-using-web-components-V5\#section875973412449
示例如下: