The ionic keyboard breaks the layout.

Asked 1 years ago, Updated 1 years ago, 90 views

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.


cordova ionic2

2022-09-30 16:23

1 Answers

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.


2022-09-30 16:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.