From a5d8afb8323db7dace55288cfe3888daaf80b353 Mon Sep 17 00:00:00 2001 From: laosan_ted Date: Mon, 30 May 2022 10:54:10 +0800 Subject: [PATCH] webview add interface Signed-off-by: laosan_ted --- compiler/components/web.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index 07c13b9..e13fda7 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -8,6 +8,6 @@ "onRequestSelected", "javaScriptAccess", "fileAccess", "onAlert", "onBeforeUnload", "onlineImageAccess", "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", - "webDebuggingAccess", "onShowFileSelector" + "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange" ] } \ No newline at end of file