From 9d836f11f5d751aca78982a3ceec6cb578183887 Mon Sep 17 00:00:00 2001 From: pilipala195 Date: Mon, 1 Aug 2022 11:09:40 +0000 Subject: [PATCH] Web mediaPlayGestureAccess implementation Signed-off-by: yangguangzhao --- 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 a4dc014..c22300d 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -9,6 +9,6 @@ "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest", - "onPermissionRequest", "onContextMenuShow" + "onPermissionRequest", "onContextMenuShow", "mediaPlayGestureAccess" ] }