Questions tagged [ionic-keyboard]
23 questions
1
vote
1 answer
Ionic: first time input field focus keyboards hides right after coming up only on IOS
Hello fellow programmers,
I've been working on an app for a while now and I've been experiencing a problem with the keyboard. When I tab on an input field for the first time the keyboard shows up, but hides afterwards. This happens in a short time.…

Giovanni
- 400
- 1
- 5
- 22
0
votes
1 answer
issue in Ionic Keyboard ion-input focus
I am working on ionic 4, i have create simple sign-in and signup page, and top of these pages there is my app logo which is sticky. when i focus on any of input field than that portion goes up side and i can not able to see what i am typing. as you…

Kaushik Makwana
- 1,329
- 2
- 14
- 24
0
votes
1 answer
Ion-footer does not get pushed up when keyboard is visible (ios and android)
My issue is that the toolbar remains at the bottom of the page.
This is my footer code:
Blockquote
0
votes
1 answer
How to hide ionic keyboard in Auto focus
I am using Ionic 3 and Angular 5. I have a text-area with Auto focus.
problem is, I do not want to show keyboard in auto focus. How can I hide keyboard in Auto focus.
Here is my code.
setTimeout(() => {
this.myInput.setFocus();
},1000);
This…

Amar Pandey
- 21
- 4
0
votes
2 answers
Cordova plugin ionic keyboard crashes the layout
I am using cordova-plugin-ionic-keyboard plugin for keyboard in my Ionic3/Angular app. My Ui looks like below before the keyboard appears:
But, when the keyboard appears it crashes the layout of the application like below:
Then, i tried to halt…

Setu Kumar Basak
- 11,460
- 9
- 53
- 85
0
votes
2 answers
Hiding ionic keyboard on screen touch
I am new to ionic framework 1. I have been developing an app. But, I can't figure out how do I disapear the keyboard on screen touch. When I fill out any form it seems that some fields are hiding under the keyboard. How do I resolve it? I have tried…

camoflage
- 147
- 1
- 5
- 11
0
votes
1 answer
Ionic : Hide keyboard smiley icon
In app.js I have,
if (window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
cordova.plugins.Keyboard.disableScroll(true);
}
And in my HTML I have ,

Tanmay Pandharipande
- 567
- 3
- 12
0
votes
0 answers
Get Next button in ionic2 application input box
I am having a login box which is a form, i need that when use will click on username, in keyboard next should appear but when user went to password GO should appear.

RAHUL DEEP
- 695
- 3
- 13
- 33