收藏
回答

swiper标签里放置多行输入框auto-focus属性,页面卡在中间

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 工具 1.02.1907300 2.2.4

<swiper class='swiper' bindchange='swiperChange' current='{{currentTab}}'>

<swiper-item>

<scroll-view scroll-y='true' style='height:100%'>

<view class="firstPage">Taurus</view>

</scroll-view>

</swiper-item>

<swiper-item>

<scroll-view scroll-y='true' style='height:100%'>

<textarea auto-focus placeholder="填写您的答案..."></textarea>

</scroll-view>

</swiper-item>

</swiper>


page{
  width: 100%;
  height: 100%;
}
.swiper{
  margin: 2%;
  width: 96%;
  height: 90%;
}
scroll-view{
  margin-bottom: 80rpx;
}
.firstPage{
  text-align: right
}



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

1 个回答

  • 灵芝
    灵芝
    2019-09-09

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

    2019-09-09
    有用
    回复 2
    • 2019-09-12
      https://developers.weixin.qq.com/s/A2YZdjmX7Qbc
      2019-09-12
      回复
    • 2019-09-12
      模拟器上会出现这个问题,真机上会在初次进去会自动唤醒键盘
      2019-09-12
      回复
登录 后发表内容
问题标签