textarea固定定位在低端,即类似贴吧那种评论输入框。当获取焦点拉起键盘时,IOS的状态栏和顶部tab会被拉下来。
< textarea type = 'text' focus = '{{true}}' maxlength = '200' auto-height = '{{true}}' fixed = '{{true}}' bindinput = "followValueInput" > |
为固定定位
{ position : fixed ; bottom : 0 ; left : 0 ; right : 0 ; } |
通过修改textarea属性进行了各种尝试。
show-confirm-bar或者adjust-position设为false会出现输入框被键盘挡住的情况。
希望尽快解决。
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题