Hello
I am currently creating an app using ionic 3.19.1.
I'm making a screen for you to enter your username, but the keyboard comes up and the layout is broken.
I was wondering if other apps were the same, so I checked on LINE and found that the keyboard was on top of LINE and the layout was not broken.
I want to be able to cover the keyboard with ionic.Please let me know.
I solved myself.
in AndroidManifest.xml
<activity android:windowSoftInputMode="justPan|adjustResize">
It worked fine after you added .
I hope it will be helpful for those who have similar problems.
© 2024 OneMinuteCode. All rights reserved.