简体   繁体   English

ionic 4 android 键盘左下空白

[英]ionic 4 android keyboard down left white space

在 ionic 中,当某些东西超出 ion-content 并打开键盘时,当键盘在屏幕上关闭时,会有一个空白区域显示键盘出现的位置。

I found below solution for this -我找到了以下解决方案 -

Find inside platform/android folder在 platform/android 文件夹中查找

android:windowSoftInputMode="adjustResize"

You will find it around 3 places and replace it to您会在 3 个地方找到它并将其替换为

android:windowSoftInputMode="adjustPan"

Create new build and enjoy!创建新版本并享受!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM