I am using ionic-v1 version for my hybrid application + angular material 1. issue what I am facing is related to keyboard in ios device and it only happen in ios device.
When I do to focus in/out from more than 1 input randomly sometime keyboard remains open even after focus out from input. I am using this plugin for keyboard.
More Detail
Please help me if anyone has any idea about it or possible solution will be great.
Thanks in advance.
1 Like
This happens when the user clicks away, or when you try and remove focus programatically?
One option/workaround might be to make sure the accessory bar is shown, which gives the user the option to click the “Done” button to dismiss the keyboard.
<preference name="HideKeyboardFormAccessoryBar" value="false" />
it happens when the user clicks away.
Based on the GIF linked above, it seems like you might have some code that shows/hides the keyboard and maybe there’s an error in the logic.? If so, can you share the code?