I need the “OK” button at the bottom of this page to stay above the keypad when opened.
It works on Android as you can see in the screenshot but not in IOS.
Can you help me with the code please ?
Moreover, as you can see the “select-on-focus” directive doesn’t work in iOS…
And the keypad should the numeric keypad on iOS…and it’s not.
If I use keyboard-attach on the OK button, it moves up the keyboard, but covers the rest !!
It’s like the height of the view doesn’t change when ios keyboard pops up, whereas it changes on android !!! Any idea what’s happening ?
I have to mention that this code is within a slidebox, but I just tested without the slidebox (normal view) and it’s the same bug.
Hey @Srijith, I think that if I place the button in a footer, popping the keyboard will not resize the view, and the button will cover the important area.
I don’t have a codepen yet. Do you think you can help me with the focus problem on iOS ? Is making a codepen gonna be useful for an iOS bug ?
@LouisR we could do a codepen and try it on safari. If that doesn’t help, I might need to look into your code. Or we could do this. Start a blank ionic starter app, introduce your keyboard problem there and then we could debug.