From a003f6a5c106aa0633f01d1b1eb4d9c574aee523 Mon Sep 17 00:00:00 2001 From: Hollokin Date: Thu, 1 Dec 2022 14:42:34 +0800 Subject: [PATCH] =?UTF-8?q?API9=E5=9F=BA=E7=A1=80=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hollokin --- zh-cn/application-dev/reference/apis/js-apis-inputmethod.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md index 4e7c475ee9..91d392c77f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md @@ -648,6 +648,8 @@ inputMethodController.showSoftKeyboard((err) => { ### showSoftKeyboard9+ +showSoftKeyboard(): Promise<void> + 显示软键盘。需要与输入框绑定使用。当点击输入框后,才可通过该接口的调用显示出当前输入法的软键盘。使用Promise异步回调。 **需要权限:** ohos.permission.CONNECT_IME_ABILITY -- GitLab