textarea 组件 在获取到焦点的时候,滑动页面,会导致textarea错位
出现的机型:iphone 6 ios10.1
textarea 是在一个 position:fixed
的区域
< textarea value = "{{otherValue}}" fixed = "true" bindinput = "onInput" bindblur = "onBlur" auto-height placeholder = "其他故障描述" /> |
textarea 组件 在获取到焦点的时候,滑动页面,会导致textarea错位.
获取到焦点并输入内容:
![](https://image.wxopen.club/content_ad105fe4-31d6-11ea-873c-38c9863fc7a9.png)
然后滑动一下页面,整个textarea就错位了:
![](https://image.wxopen.club/content_ad223296-31d6-11ea-873c-38c9863fc7a9.png)