提交 e6b9dede 编写于 作者: Q qiang

fix(harmony): 实现 setSoftinputTemporary 方法

上级 9faf80a8
......@@ -9,6 +9,9 @@ export default {
getStyle: () => {
return extend({}, harmonyChannel.invokeSync('getStyle'))
},
setSoftinputTemporary(options: any) {
harmonyChannel.invokeSync('setSoftinputTemporary', [options])
},
},
harmonyChannel.invokeSync('currentWebview')
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册