【发布时间】:2014-12-06 16:22:14
【问题描述】:
在适用于 android 应用程序的 Ionic 应用程序(4.1.2 版)中,我有如下文本区域来获取消息
<span class="input-label">Intro Message</span>
<textarea ng-model="mail.message" rows="20" placeholder="Compose email"></textarea>
当我在 textarea 的文本中移动光标时,它没有正确移动。
更重要的是,我无法将光标移动到最后一个字符。有什么办法可以解决吗?
【问题讨论】:
标签: android css textarea ionic-framework ionic