From bf9428499785dfb8668da5ae7fe3a3b408cc569b Mon Sep 17 00:00:00 2001 From: dujingcheng Date: Wed, 15 Sep 2021 21:57:26 +0800 Subject: [PATCH] dujingcheng@huawei Signed-off-by: dujingcheng --- runtime/preparation/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 24acee2e..3f4167b8 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -195,7 +195,7 @@ const ComponentsInfo: components[] = [ }, {'methods': ['reload', 'createIntersectionObserver'], 'type': 'web'}, { - 'methods': ['takePhoto', 'scrollTo', 'createIntersectionObserver'], + 'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver'], 'type': 'camera' } ];