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 4e7c475ee9678b07d61c724a2b54407739350a8f..91d392c77fee328c356f9c256552b7e25b9fc908 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