我在离子1应用中使用ionic-plugin-keyboard
时遇到问题。
它在iOS上工作正常,但它不会在Android中滚动隐藏输入字段。
我在我的清单中使用android:windowSoftInputMode="adjustPan"
,这些是我的输入字段
<label class="item item-input">
<input type="text" placeholder="E-mail" ng-model="user.email">
</label>
config.xml
已禁用全屏,但按建议here启用此功能也不起作用。
<preference name="fullscreen" value="false" />
有关如何解决此问题的任何提示?