Reputation: 135
I am writing an app using ionic framework, and have a keyboard issue. See following screen shot:
this is the chatting page, everything goes fine
then i tap the input bar:
could see the keyboard push the footer input bar out of screen.
I use ionic 1.0.0-rc.5, and use keyboard-attach
on the ion-footer-bar
. This problem appears in the ios, i haven't tested android.
Have been struggling for a while, how could i fix it, thanks a lot for help!
Update: this view is inside a tab view, and i use tabs-item-hide
to hide the tab bar. Maybe I should separate it from tabs so the ion-footer-bar
become the only footer in this page?
Update: I separate the chatting view from tabs view, bug still exists :-(
Upvotes: 2
Views: 5917
Reputation: 1287
A note for anyone who might enter in the future, keyboard attach did not work in android while using 'cordova-admob-pro' plugin. hiding ads made it work.
Upvotes: 0
Reputation: 135
I delete keyboard-attach
, then it works.
Following the doc http://ionicframework.com/docs/api/directive/keyboardAttach/ not work, so wierd.
Will updates here if any further bugs or better solutions.
Upvotes: 3