-
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
Keyboard issues (round 2) #12042
Comments
The "big keyboard/input refactor" commit closed #7047 "Auto hide tabs when keyboard is open". To enable the fix I set keyboardResizes to true in the app config. However the tabs are still visible (on Android) when keyboard is open. I tried to analyse the new platform/keyboard.ts code I found that the keyboardResizes===true adds listeners to keyboardWillShow, keyboardWillHide, keyboardDidShow and keyboardDidHide events. I cannot find that events in ionic-plugin-keyboard in Android code. So I guess the fix of #7047 works only on iOS. |
You should not touch |
I have:
but tabs still are visible when keyboard is active - what else should I do? |
@manucorporat I'm experiencing issues with a chat like app (input bar at the bottom - sticky to the keyboard).
|
@manucorporat any update? |
If your problem is on android, thiw will help you. In the ionic config.xml, add the following lines in the platform name="android" tag.
This will prevent the keyboard to push up everything and simple overlay the keyboard on the content. So the behaviour will be the same or similar to the ios keyboard |
@Jatapiaro Your solution is not working for me. I get the following error when trying to build the app |
On android, when the keyboard is open, the tabbar is superimposed with the navbar.
Temporary fix
|
have same issue here. i have try with this but not working https://gist.github.com/EvanWillms/8773f8cfa12f469fabf0bdd7a75723e7
is not supported with ionic 3 i guess |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#16 |
Is ion-textarea, (ngModelChange) and setting value via [(ngModel)] broken? #9434
The text was updated successfully, but these errors were encountered: