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

监听键盘的代理获得的高度不正确 #5

Open
AgentEric opened this issue Apr 27, 2016 · 4 comments
Open

监听键盘的代理获得的高度不正确 #5

AgentEric opened this issue Apr 27, 2016 · 4 comments

Comments

@AgentEric
Copy link

AgentEric commented Apr 27, 2016

使用第三方输入法,比如百度输入法的时候,高度仍然最终获得216。实际上应该是256,在线等。自己监听 keyboard通知,key 取UIKeyboardFrameEndUserInfoKey可以获得实际高度,但是有一个不好的地方就是通知会触发多次。希望能改进一下,在线等,谢谢。

@ibireme
Copy link
Owner

ibireme commented Apr 28, 2016

我也是取的 UIKeyboardFrameEndUserInfoKey。。目前没有复现。。
希望能提供设备和系统版本、百度输入法的系统版本、是否是越狱版本等信息。

@AgentEric
Copy link
Author

AgentEric commented Apr 28, 2016

设备是 iPhone5C (日版)
系统版本9.3.1(13E238)
百度输入法版本 (v6.6.1.1)
是否越狱 否

@ibireme
Copy link
Owner

ibireme commented Apr 28, 2016

img_3076

这是 Demo 项目,仍然不能复现。。

@FelixMLians
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

3 participants