收藏
回答

苹果手机textarea多行输入内容超出无法滚动,且光标会被内容挤入底部

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug textarea 微信iOS客户端 8.0.21 1

回答关注问题邀请回答
收藏

4 个回答

  • been through
    been through
    2023-02-16

    用tui就不行,好麻烦

    <tui-modal :show="modal" custom>
    			<view class="tui-modal-custom">
    				<textarea class="tui-modal-custom-text" v-model="custom_data" maxlength="-1"></textarea>
    				<tui-button height="72rpx" :size="28" shape="circle" @click="modal=false">关闭</tui-button>
    			</view>
    		</tui-modal>
    
    2023-02-16
    有用
    回复 1
    • been through
      been through
      2023-02-16
      这个问题这么久官方没发现吗?
      2023-02-16
      回复
  • 睡前原谅一切
    睡前原谅一切
    2022-04-28

    提供你的代码 textarea 以及 wxss的

    2022-04-28
    有用
    回复
  • Riven.
    Riven.
    2022-04-28

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2022-04-28
    有用
    回复 1
    • zjp
      zjp
      2022-08-12
      bug修复了吗?textarea 行数过多时,滚动会被ios页面上下拉的操作捕获,导致textarea无法查看底下的内容
      2022-08-12
      回复
  • 拾柒
    拾柒
    2022-04-28

    亲测,没有问题https://developers.weixin.qq.com/s/5i8mJRmb7fyW

    2022-04-28
    有用
    回复 1
    • 小康
      小康
      2023-03-24
      你这个确实没问题。但是同样的写法,我写就有问题,你这个写法过于简单,实际开发写了很多事件什么的。发展就出问题不能上下滚动了
      2023-03-24
      回复
登录 后发表内容