origin question is here: http://stackoverflow.com/questions/30056803/ionic-cordava-keyboard-pushing-ion-footer-bar-off-screen
See following screen shot:
this is the chatting page, everything goes fine
But if i tap the footer input
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 quite 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
Thanks a ton for help !!! >.<