when input is more close to bottom, when click on input, keyboard show up, it will move whole view to top, try on a plain project, still have same issue
ionic version 3.19.0
Update:
been search all the possible answer online to solve the issue, but nothing i found it can be solve the issue.
- keyboard.disableScroll(false); been remove keyboard plugin, and reinstall, and add all the code to app.module, still have issue
when push content up is good, but keyboard push header away also, that cause big issue : (
update:
set two input, one on header, another one on bottom of content,
when click input on header, keyboard show, header is not been push, everthing is good.
when scroll content to bottom, and click input, keyboard show, header been move away.