Skip to content
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

> 最新版本6.5.16,也遇到了同样的问题,当遇到键盘无法弹起后,整个APP所有的输入框,都弹不起键盘,不知道怎么处理 #2060

Open
mushitaosha opened this issue Jul 29, 2024 · 12 comments

Comments

@mushitaosha
Copy link

          > 最新版本6.5.16,也遇到了同样的问题,当遇到键盘无法弹起后,整个APP所有的输入框,都弹不起键盘,不知道怎么处理

升级到 6.5.19 偶尔还是会出现全局键盘不能弹出的问题,老哥怎么解决的?

Originally posted by @geekdmm0xff in #1929 (comment)

@mushitaosha
Copy link
Author

请问解决了没,我也遇到了,大部分都是在iPad上

@hackiftekhar
Copy link
Owner

It happens with the simulator or when the hardware keyboard is attached. If your issue is not related to this then please share a video and demo project as well.

@mushitaosha
Copy link
Author

只显示了右下角的一条,键盘弹不出来
06f4f1f4-e2b3-4108-9ed5-dd8cea836114

@hackiftekhar
Copy link
Owner

@mushitaosha I feels like it's not related to the library. Can you try without the library also?

@gitHaH
Copy link

gitHaH commented Sep 4, 2024

我也遇到了同样的问题 ,只发生在个别机型,很难复现

@hackiftekhar
Copy link
Owner

@mushitaosha @gitHaH I feels like it's not related to the library. Can you try without the library also?

@dq-dog
Copy link

dq-dog commented Oct 8, 2024

我也遇到了同样的问题;
手机型号:iPhone15pro max
手机系统:iOS 16.4
image

@geekdmm0xff
Copy link

我也遇到了同样的问题; 手机型号:iPhone15pro max 手机系统:iOS 16.4 image

老哥有进展吗?我这还是会偶尔复现

@serenahuang1995
Copy link

我也遇到了,在 iOS 系統 18 以上遇到的,鍵盤直接出不來,整的 App 當掉無法點擊其他按鈕

@dq-dog
Copy link

dq-dog commented Nov 4, 2024

我也遇到了同样的问题; 手机型号:iPhone15pro max 手机系统:iOS 16.4 image

老哥有进展吗?我这还是会偶尔复现

没有进展,我们比较难复现,如果你能经常复现建议出个demo给作者,方便修改

@geekdmm0xff
Copy link

我也遇到了同样的问题; 手机型号:iPhone15pro max 手机系统:iOS 16.4 image

老哥有进展吗?我这还是会偶尔复现

没有进展,我们比较难复现,如果你能经常复现建议出个demo给作者,方便修改

我自己调试从来没复现过,用户的手机还是有问题,真神奇的BUG

@SHBO
Copy link

SHBO commented Nov 6, 2024

我这里复现了一种场景键盘无法弹出,试了多个app都有此问题

环境:

a. iCloud开启钥匙串情况
b. iOS12+
c. 有账号和密码输入界面

复现步骤

  1. 在账号登录界面,输入账号和密码
  2. 点击返回前一页,出现存储密码到钥匙串弹窗, 此时锁屏
  3. 1
  4. 再解锁手机, 此时全app会出现键盘无法弹出情况(此时图层UlKeyboardWindowScene未消失,无法触发键盘展示和消失,具体原因还未查到)

临时解决方案

将密码输入框设为一次性代码(不存储密码)
self.secureTextEntry = YES; 时加以下代码

  if (@available(iOS 12.0, *)) {
        self.textContentType = UITextContentTypeOneTimeCode;
  }

@geekdmm0xff @dq-dog @serenahuang1995 @gitHaH

希望对你有帮助,如有其他场景或好的方案也请告知我,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants