From d44671c60d84fea032c326fc46476306a18ed73f Mon Sep 17 00:00:00 2001 From: Ningyuan Li Date: Wed, 28 Feb 2024 11:38:29 +0900 Subject: [PATCH] added supportTouchMode --- deploy/webos/appinfo.in.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/webos/appinfo.in.json b/deploy/webos/appinfo.in.json index 1905169..6ab580f 100644 --- a/deploy/webos/appinfo.in.json +++ b/deploy/webos/appinfo.in.json @@ -10,5 +10,6 @@ "requiredPermissions": [ "settings", "activities.callbacks" - ] + ], + "supportTouchMode": "full" } \ No newline at end of file