hi @Hammad6264
In my project the keyboard is not pushing the view content.
keyboard appears over the inputs.
Can you please help me to fix that.
Thanks
hi @Hammad6264
In my project the keyboard is not pushing the view content.
keyboard appears over the inputs.
Can you please help me to fix that.
Thanks
This worked for me:
Go to tsconfig.json
change
"target": "es2015",
to
"target": "es5",
I was faced with the same problem then I ran ionic repair
and the problem was fixed.
Thanks @ramsatt . This really heped alot
This worked for me too. Thank you, @chenlitchian !
Thanks a lot !! This actually works !!
This was the easy fix, worked for me!