Keyboard pushes every content to top and breaks the html

Hi,
i am using ionic 3 to build an app and am facing a major problem …
when the keyboard opens every content in that pages pushes up and it just breaks the whole html and css… i tried this.keyboard.disableScroll(false); , but this doesnt seem to work.

Somebody help me out here…!!!

That’s weird.
Did you style all of your html contents with position: absolute; or ‘float’?
Otherwise, I don’t see how that’s happening. if you use ionic UI components within ionic framework, things will work fine without any problem. I would recommend you to replace as many HTML/CSS components into ionic UI components as possible. That way, you can build more stable app on ionic.