textarea IOS与Android 获取焦点光标位置不一致,Android设置cursor无效
1、textarea 获取焦点时光标在最开始,Android获取焦点时光标在最后位置。
2、Android中通过获取焦点事件后设置cursor属性无效
< textarea value = "{{textareaData}}" cursor = "{{textareaCursor}}" fixed maxlength = "-1" bindfocus = "onTextareaFocus" ></ textarea > |
// data数据
// textarea 事件
this .textareaCursor = 10
|
1 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)