HarmonyOS 鸿蒙Next中如何隐藏键盘

HarmonyOS 鸿蒙Next中隐藏键盘可以通过inputMethod这个模块实现

import inputMethod from '@ohos.inputMethod'

let im=inputMethod.getController()

im.stopInputSession()

更多关于HarmonyOS 鸿蒙Next中如何隐藏键盘的实战教程也可以访问 https://www.itying.com/category-93-b0.html

回到顶部