@jeanpierre42 wrote:
Hi Ionic Fans !
I’am facing a big problem with Ionic 4 and form.
Sometimes, the keyboard move ion-input below navigationBar or keyboard is above the ion-input…With Ionic 3, I fixed it with
scrollPadding
,scrollAssist
andautoFocusAssist
inIonicModule.forRoot()
(app.module.ts) +Keyboard.disableScroll(true)
in my component.
But with Ionic 4,autoFocusAssist
doesn’t exist andKeyboard.disableScroll(true)
neither.Any ideas ?
Thanks you Ionic community
Posts: 1
Participants: 1