Hi, when I test my app in browser, after focusing on input appears white space at bottom, I think this is keyboard simulator.
But I see this space on android device.
When focus goes out, white space disappears.
How to disable it?
SOLVED: IonicModule.forRoot(MyApp, { scrollPadding: false})
in app.module.ts
4 Likes
Hello,
Many ionic developers having keyboard issue in ionic 3.
setting scrollPadding : false, does it stops scrolling to field which is below keyboard?
i have 10 fields in form, i was facing same issue like yours,
when i open keyboard, extra space shows at bottom of screen.