Hello. I use ionic keyboard plugin. I did this:
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true)
cordova.plugins.Keyboard.disableScroll(true)
And I also did this:
ionic.Platform.isFullScreen = true
I set scroll=“false” on ion-content and inside there’s another div that is flexbox with 3 inputs. When I click the lowest input on android, it slides up with keyboard, all is fine, but on iOS it doesn’t slide into view, so being hidden behind the keyboard.
Any suggestions?
Thanks