Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
26a693ce
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
26a693ce
编写于
2月 08, 2023
作者:
O
openharmony_ci
提交者:
Gitee
2月 08, 2023
浏览文件
操作
浏览文件
下载
差异文件
!14326 web组件中loadurl接口增加对参数URL为Resource类型和参数headers的示例代码(月度)
Merge pull request !14326 from 李想/monthly_20221018
上级
c4265c06
11aa8b40
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
140 addition
and
75 deletion
+140
-75
zh-cn/application-dev/reference/apis/js-apis-webview.md
zh-cn/application-dev/reference/apis/js-apis-webview.md
+132
-68
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
...ication-dev/reference/arkui-ts/ts-basic-components-web.md
+8
-7
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-webview.md
浏览文件 @
26a693ce
此差异已折叠。
点击以展开。
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
浏览文件 @
26a693ce
...
...
@@ -21,6 +21,7 @@ Web(options: { src: ResourceStr, controller: WebController | WebviewController})
> **说明:**
>
> 不支持转场动画。
> 同一页面的多个web组件,必须绑定不同的WebController。
**参数:**
...
...
@@ -1537,7 +1538,7 @@ onDownloadStart(callback: (event?: { url: string, userAgent: string, contentDisp
onErrorReceive(callback: (event?: { request: WebResourceRequest, error: WebResourceError }) => void)
网页加载遇到错误时触发该回调。出于性能考虑,建议此回调中尽量执行简单逻辑。
网页加载遇到错误时触发该回调。出于性能考虑,建议此回调中尽量执行简单逻辑。
在无网络的情况下,触发此回调。
**参数:**
...
...
@@ -1948,7 +1949,7 @@ onScaleChange(callback: (event: {oldScale: number, newScale: number}) => void)
onUrlLoadIntercept(callback: (event?: { data:string | WebResourceRequest }) => boolean)
当Web组件加载url之前触发该回调,用于
是否阻止此次访问
。
当Web组件加载url之前触发该回调,用于
判断是否阻止此次访问。默认允许加载
。
**参数:**
...
...
@@ -2324,8 +2325,8 @@ onScroll(callback: (event: {xOffset: number, yOffset: number}) => void)
| 参数名 | 参数类型 | 参数描述 |
| ------- | ------ | ------------ |
| xOffset | number | 水平滚动条滚动所在位置。 |
| yOffset | number | 竖直滚动条滚动所在位置。 |
| xOffset | number |
以网页最左端为基准,
水平滚动条滚动所在位置。 |
| yOffset | number |
以网页最上端为基准,
竖直滚动条滚动所在位置。 |
**示例:**
...
...
@@ -2666,7 +2667,7 @@ onPageVisible(callback: (event: {url: string}) => void)
onInterceptKeyEvent(callback: (event: KeyEvent) => boolean)
设置键盘事件的回调函数,该回调在被Webview
消费
前触发。
设置键盘事件的回调函数,该回调在被Webview
使用
前触发。
**参数:**
...
...
@@ -4250,7 +4251,7 @@ zoom(factor: number): void
### zoomIn<sup>9+</sup>
zoomIn(): boolean
调用此接口将当前网页进行放大,比
列
20%。
调用此接口将当前网页进行放大,比
例为
20%。
**返回值:**
...
...
@@ -4283,7 +4284,7 @@ zoomIn(): boolean
### zoomOut<sup>9+</sup>
zoomOut(): boolean
调用此接口将当前网页进行缩小,比
列
20%。
调用此接口将当前网页进行缩小,比
例为
20%。
**返回值:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录