收藏
回答

请教社区老师,movable-view无法拖动,会自动回到原位置?

<view style="background:#F4F4F4;">
  <view class="center">
    <view class="center top circl" style="width:295rpx;height:413rpx;background:#FFFFFF">
      <image class="imgge" mode="aspectFit" src="{{url}}" style="width:295rpx;height:413rpx;"></image>
      <movable-area style="width:295rpx;height:413rpx;overflow:hidden;">
          <movable-view bindchange="onChange" scale="ture" direction="all" out-of-bounds="ture"  scaleMax="3" scaleMin="0.5" scaleValue="1" style="width:295rpx;height:413rpx;">
            <image class="imgge" mode="aspectFit" src="../../images/man2.png" style="width:150rpx;height:300rpx;"></image>
          </movable-view>
        </movable-area>
    </view>
  </view>
</view>

拖动后会回弹到原来的位置,如何才能让他不乱跑,能超出边框,又可以不回弹呢


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

2 个回答

登录 后发表内容
问题标签