我有一个显示在
http://ionicframework.com/docs/api/service/$ionicPopup/内的表单.问题是当光标放在最终输入(文本区域)内时,键盘显示但输入不会滚动回视图并被键盘遮挡.用户必须向下滚动.
我正在使用Android设备.
Ionic will attempt to prevent the keyboard from obscuring inputs and focusable elements when it appears by scrolling them into view. In order for this to work, any focusable elements must be within a Scroll View or a directive such as Content that has a Scroll View.
如果我用离子内容标签包装表单,输入框会回滚到视图中,但是使用我的布局混乱,我正在寻找另一种解决方案.
更新:
清单看起来如何
本文描述了一个在Ionic框架中遇到的问题,当在Android设备上使用文本区域输入时,键盘显示但输入区域会被键盘遮挡。文章探讨了Ionic如何尝试解决此问题,并提出了在不破坏现有布局的情况下可能的解决方案。
533

被折叠的 条评论
为什么被折叠?



