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

IOS10用第三方输入法的问题 #10

Open
yn288163 opened this issue Oct 14, 2016 · 1 comment
Open

IOS10用第三方输入法的问题 #10

yn288163 opened this issue Oct 14, 2016 · 1 comment

Comments

@yn288163
Copy link

IOS10上第三方输入法会闪一下,导致view改变位置的动画出现问题~
IOS10的第三方输入法框高度不是递增或递减的,从其他输入法切换到第三方输入法时会多调用一次键盘的监听方法

IOS9:
appear 9, 0.0, -216.0

appear 10, 216.0, 216.0

appear 11, 282.0, 66.0

IOS10:
appear 4, 282.0, 66.0

appear 5, 216.0, -66.0

appear 6, 282.0, 66.0

作者有解决方法么?

@nixzhu
Copy link
Owner

nixzhu commented Oct 14, 2016

Thanks for test! I will investigate it.
yn288163 notifications@github.com于2016年10月14日 周五16:38写道:

IOS10上第三方输入法会闪一下,导致view改变位置的动画出现问题~
IOS10的第三方输入法框高度不是递增或递减的,从其他输入法切换到第三方输入法时会多调用一次键盘的监听方法

IOS9:
appear 9, 0.0, -216.0

appear 10, 216.0, 216.0

appear 11, 282.0, 66.0

IOS10:
appear 4, 282.0, 66.0

appear 5, 216.0, -66.0

appear 6, 282.0, 66.0

作者有解决方法么?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#10, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAakCDMlhvYrDAowg3OKbUC4U9UBUWUGks5qzz9ngaJpZM4KWxJ0
.

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