键盘显示在离子AngularJs

时间:2017-03-03 07:40:28

标签: ios angularjs ipad ionic-framework

在iOS上,当我点击一些html输入时:

显示键盘 - 确定

enter image description here

我可以输入一些文字并选择其他输入(但不关闭键盘对话框) - 确定

enter image description here

键盘关闭后(使用“完成”按钮或仅通过点击非输入空间) - 带有标签的输入变为白色,但我仍然可以输入带有白色字体的输入 - 因此它看起来像白色屏幕覆盖内容。

enter image description here

1 个答案:

答案 0 :(得分:1)

我找到了两个关键答案

首先使离子内容滚动为假。

 <ion-content has-bouncing="true" scroll="false" >

如果这不起作用,请尝试使用第二个

用离子滚动替换离子含量

  Replace <ion-content> with <ion-scroll>

  <ion-scroll direction="y">