执行打包命令:
ionic cordova build android --release
然后会生成AndroidManifest.xml:
image.png
打开后,修改android:windowSoftInputMode="adjustPan|stateHidden"
每次打包都需要记得修改这个属性,很麻烦,有没有直接修改编译前配置文件的办法?
android:windowSoftInputMode属性详细解释请见:
https://www.cnblogs.com/metaphors/p/7881772.html
https://www.cnblogs.com/liaolei1/p/7249186.html
网友评论