Ionic 3 键盘推送背景图片

问题描述

我正在开发一个 Ionic 3 安卓应用程序。

我遇到了键盘隐藏文本输入的问题,我通过在 config.xml

添加以下行来解决该问题
<preference name="resizeOnFullScreen" value="true" />

但是这个修复在我的登录页面中产生了另一个问题,键盘推动背景图像并改变其位置

enter image description here

这是代码

.imagebackground {
   background: url("../assets/img/bckgLogin.png") no-repeat center center fixed !important;
   background-size: cover !important;
   -webkit-background-size:cover !important;
   background-attachment: fixed !important;
   background-position-x: -340px !important;
 }

有什么办法可以解决这个问题吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)