Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
a1fa3fea
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a1fa3fea
编写于
5月 18, 2023
作者:
L
lixiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add Description when using loaddata API to loading local images
Signed-off-by:
N
lixiang
<
lixiang380@huawei.com
>
上级
6bdc1736
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
7 addition
and
4 deletion
+7
-4
zh-cn/application-dev/reference/apis/js-apis-webview.md
zh-cn/application-dev/reference/apis/js-apis-webview.md
+5
-0
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
...ication-dev/reference/arkui-ts/ts-basic-components-web.md
+2
-4
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-webview.md
浏览文件 @
a1fa3fea
...
...
@@ -739,6 +739,11 @@ loadData(data: string, mimeType: string, encoding: string, baseUrl?: string, his
| baseUrl | string | 否 | 指定的一个URL路径(“http”/“https”/"data"协议),并由Web组件赋值给window.origin。 |
| historyUrl | string | 否 | 用作历史记录所使用的URL。非空时,历史记录以此URL进行管理。当baseUrl为空时,此属性无效。 |
> **说明:**
>
> 若加载本地图片,可以给baseUrl或historyUrl任一参数赋值空格,详情请参考示例代码。
> 加载本地图片场景,baseUrl和historyUrl不能同时为空,否则图片无法成功加载。
**错误码:**
以下错误码的详细介绍请参见
[
webview错误码
](
../errorcodes/errorcode-webview.md
)
。
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
浏览文件 @
a1fa3fea
...
...
@@ -408,7 +408,7 @@ zoomAccess(zoomAccess: boolean)
overviewModeAccess(overviewModeAccess: boolean)
设置是否使用概览模式加载网页,默认使用该方式。
设置是否使用概览模式加载网页,默认使用该方式。
当前仅支持移动设备。
**参数:**
...
...
@@ -1174,7 +1174,7 @@ webCursiveFont(family: string)
darkMode(mode: WebDarkMode)
设置Web深色模式,默认关闭。当深色模式开启时,Web将启用媒体查询prefer-color-scheme中网页所定义的深色样式,若网页未定义深色样式,则保持原状。如需开启强制深色模式,建议配合
[
forceDarkAccess
](
#forcedarkaccess9
)
使用。
设置Web深色模式,默认关闭。当深色模式开启时,Web将启用媒体查询prefer
s
-color-scheme中网页所定义的深色样式,若网页未定义深色样式,则保持原状。如需开启强制深色模式,建议配合
[
forceDarkAccess
](
#forcedarkaccess9
)
使用。
**参数:**
...
...
@@ -2467,7 +2467,6 @@ onSslErrorEventReceive(callback: (event: { handler: SslErrorHandler, error: SslE
event
.
handler
.
handleCancel
()
}
})
return
true
})
}
}
...
...
@@ -2522,7 +2521,6 @@ onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationH
event
.
handler
.
ignore
()
}
})
return
true
})
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录