textarea 设置固定高度之后,弹出键盘会被遮挡 怎么处理呢,设置了cursor-spacing ,但是在textarea 输入第一行,和第二行的时候距离底部的高度都不一致 ,代码如下:好像是只有光标在最后一行才是对的
<textarea name="content" placeholder = "我来说几句…" placeholder-class="input-placeholder" maxlength="500" fixed="true"
auto-focus="true" cursor-spacing ="20" />
已经改变交互方法,不设置固定高度,只限制最高,结合auto-height一起使用,可以避免这个问题
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)