Member-only story
In the Ionic app text field that hides behind the keyboard issue is resolved.
Jan 6, 2023
Add the below code in config.xml file. After this, the content of the Ionic app page will adjust and move up when the keyboard opens on focus to a text field.
My articles are open for everyone; non-member readers can read the article by clicking this Friend link.
<platform name="android">
....
....
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity" xmlns:android="http://schemas.android.com/apk/res/android">
<activity android:windowSoftInputMode="adjustResize" />
</edit-config>
....
....
</platform>
If you wouldn’t mind giving it some claps 👏 👏 since it helped, I’d greatly appreciate it :) Help others find the article, so it can help them!
Always be clapping…