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

UItextField获得焦点时,使用系统键盘以外第三方键盘导致App闪退 #7

Open
netsec-lhy opened this issue Jun 9, 2016 · 1 comment

Comments

@netsec-lhy
Copy link

使用pod引入库文件。
Xcode 7.3
iOS 9.3.2
控件:UITextFiled
事件:ShouldBeginEdit,DidBeginEdit能够走完。
在iOS中使用系统键盘时,点击UITextField时,一切正常。一旦iOS中安装搜狗/百度/讯飞第三方输入法,在输入时正好是第三方输入法时,App闪退。使用全局断点跟踪,跟踪到是NSObject+HYBUnicodeReadable.m第38行
2016-06-09 17 07 49
console里报错是:
2016-06-09 17 08 27
移除库文件后,此问题解决。

@wwenzzong
Copy link

同样 遇到使用第三方库输入法 崩溃 , 移除库文件后,此问题解决

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

2 participants