-
Notifications
You must be signed in to change notification settings - Fork 37
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
activation of the PushNote makes keyboard disappear #2
Comments
My guess is that it has something to do with setting the app delegate as I am doing this to make the view overlap with the status bar.... If you don't need this functionality you can try removing this line, and it might solve the keyboard issue (But then you might want to make the whole view 20 points larger in height...). Also thanks for the compliments (: |
Thanks. It helped :) |
Cuz the status bar information might overlap the AGPushNote view and it might look bad… If it looks good than nothing to worry about… (: |
Bumping for a better solution. |
Replace "UIWindowLevelStatusBar" mentioned in the above comments with "UIWindowLevelAlert", works perfectly without compromising on statusbar overlap or keyboard disappearance. |
I have a view that the keyboard appears in. But when the PushNote appears on top, the keyboard disappears. It comes back when the PushNote disappears.
(BTW- this is a really nice project)
The text was updated successfully, but these errors were encountered: