WebView 支持启动时注入JS脚本 javaScriptOnDocumentEnd

Signed-off-by: zhangkai <zhangkai97@huawei.com>
Change-Id: I77ae4d57656f15047315b14fa6a9d26a8c0df7ad
This commit is contained in:
zhangkai 2023-12-06 07:08:15 +00:00
parent d358758312
commit 9011cf1c96

View File

@ -11,6 +11,7 @@
"userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart",
"webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest",
"onPermissionRequest", "onContextMenuShow", "textZoomRatio", "onScroll", "mediaPlayGestureAccess", "onSslErrorEventReceive",
"onClientAuthenticationRequest", "horizontalScrollBarAccess", "verticalScrollBarAccess", "javaScriptOnDocumentStart"
"onClientAuthenticationRequest", "horizontalScrollBarAccess", "verticalScrollBarAccess",
"javaScriptOnDocumentStart", "javaScriptOnDocumentEnd"
]
}