From e70f31e318faefcb3ada8220ee79a26d997c708c Mon Sep 17 00:00:00 2001 From: fenggechang Date: Sat, 30 Aug 2025 16:48:32 +0800 Subject: [PATCH] =?UTF-8?q?avoidVisibleViewportBottom=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9=E5=9B=9E=E5=90=886.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fenggechang --- api/@ohos.web.webview.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 34aa1f5ccc..b5102a3412 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6647,6 +6647,7 @@ declare namespace webview { *
When avoidHeight is out of the valid interval, it takes the boundary value of the interval. * @throws { BusinessError } 17100001 - Init error. * The WebviewController must be associated with a Web component. + * @throws { BusinessError } 801 - Capability not supported. * @syscap SystemCapability.Web.Webview.Core * @since 20 */ -- Gitee