scroll-view内嵌套moveable-view为什么没有办法滚动呢?
发布于 5 年前 作者 ping97 11576 次浏览 来自 官方Issues
  <scroll-view scroll-x="true" scroll-y="true" style="height: 750rpx;width:375px">
    <movable-area style="height: 750rpx;width:425px;" scale-area>
      <movable-view style="height: 750rpx;width:425px;" direction="all" bindchange="onChange" bindscale="onScale" scale
        scale-min="1" scale-max="4" scale-value="{{scale}}">
        <view class="sitbody bg-white">
          
        </view>
      </movable-view>
    </movable-area>
  </scroll-view>

1 回复

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

回到顶部