-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
androidKeyboardFix fires even if keyboard is not opened #726
Comments
hmm.. Not sure how we'd work around this. I will look again into using the actual keyboard events given by cordova; I didn't use those before because they were worse for some reason. |
I just pushed a large tap refactor to solve many of these issues: Would you be able to test the nightly build (1712 or later) and let us know if it solved this issue? Thanks Related: #862 #740 #726 #691 #689 #365 #26 #1134 #1120 #1105 #1078 #772 #745 |
Closed from ae3318a |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I have an app with tabs and I just added this AdMob plugin.
When banner view is created, phonegap webview is shortened and androidKeyboardFix fires even if keyboard isn't opened, hiding footer and my tab bar.
As a workaround I added a timeout that remove the hide-footer class from body:
But I think this should be handled in a different way.
The text was updated successfully, but these errors were encountered: