Keyboard doesnt resizes ion-content back to normal on ios

Hello, my problem is when the keyboard appears its resizes the height of the ion-content to = ion-content.height - keyboard.height. but when the keyboard hides the ion-content is not set back to the previous size. it there a way to disable the resiting?

kind regards
MrSir

Do you have the ionic keyboard plugin installed?

Hi, thank you. the problem was the old cordova 3.2 version. im using 3.5 now and its working.

1 Like

hi, i have same issue on mobile website, howto fix it without keyboard plugin to use?

Well it’s not going to be possible without the keyboard plugin. The plugin allows us to get certain events that we need.