-
Notifications
You must be signed in to change notification settings - Fork 96
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, App will freeze when keyboard display on KGModal #38
Comments
Did you find out what is going on? I have the same issue |
I still not yet, I found the reason but couldn't fix it. |
try before calling dismiss on KGModal to resign the textfield. |
did you try and is it working for you? |
No i can't reproduce it easily! Just a thought. not working for you? On Mon, Oct 10, 2016 at 11:33 AM, MobilePhL [email protected]
[image: photo] |
Yes, It not working for me :( |
So only fix for now is to update the app for iOS 10 :( On Mon, Oct 10, 2016 at 12:49 PM, MobilePhL [email protected]
[image: photo] |
Hello David, |
Hi,
I have built my app on Xcode7 it work fine on iOS7,8,9 but iOS10.0.2 app will freeze, can not touch on any control in screen.
I am using KGModal -> added UITextfield, when touch on textfield the keyboard will display and then hide KGModal the app will freeze.
If I build app on Xcode8 the issue was solved. But my source need to build on Xcode7.
Please help me fix issue on Xcode7.
The text was updated successfully, but these errors were encountered: