-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputDialog在Android平台中偶尔调不起虚拟键盘 #1575
Comments
@LavieLumi 感谢您提出宝贵的 issue,我会通知开发尽快处理! |
@LavieLumi 是不是当前的焦点不在输入框? 麻烦确定下 |
刚确认了,焦点是在输入框的,但是虚拟键盘没出来 |
@LavieLumi 能分享下设备到894158105吗 |
已分享,分享人840907289,分享网关Aqara网关Lavie,子设备灯泡Lavie存在这个问题 |
方便加下微信联系吗pc521998 @LavieLumi |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是否为新品(必填)
在售
关联的产品model
lumi.light.aqcn02
项目ID(必填)
无
用户ID(必填)
840907289
企业名称(必填)
深圳市绿米联创科技有限公司
环境(必填)
手机系统:Android
SDK分支: 10025
现象(必填)
InputDialog在Android平台中偶尔调不起虚拟键盘(自动调起,点击输入框调起是没问题的),出现概率高,ios的每次都会调起
期望(必填)
Android平台中使用InputDialog每次都能自动调起软键盘
其他的上下文/日志/截图
提供更多的上下文,有日志或者截图更好。
LHDialogUtils.ShowInputDialog({
visible: true,
title:,
inputs: [{
onChangeText: (text) => {
},
textInputProps: { autoFocus: true }
}],
confirm: LHCommonLocalizableString.common_ok,
onConfirm: () => {
},
cancel: LHCommonLocalizableString.common_cancel,
onCancel: () => {
}
});
尝试过的解决办法
不要贴大段代码❗️
The text was updated successfully, but these errors were encountered: