1***@qq.com
1***@qq.com
  • 发布:2025-08-26 09:37
  • 更新:2025-08-26 11:27
  • 阅读:11760

movable-view在安卓、ios都正常缩放,但在ipad上不能缩放

分类:uni-app
<view class="outer " :style="{ height: systemInfoHeight + 'px' }"> <view class=""> <movable-area class="overflow-auto !relative flex-1" scale-area ="true" style="{ height: systemInfoHeight + 'px',width: systemInfoWidth + 'px' }" v-show="showMovablearea"
>
<movable-view
class="!w-full !h-full !relative overflow-auto grid-background" style="{ height: (movableViewheight) + 'px !important',width: (movableViewwidth) + 'px !important',left: preScrollleft +'px'}" direction="all" scale = "true" scale-min="scaleMin" scale-max="scaleMax" scale-value="scaleValue" out-of-bounds = "true" @scale = "handleScale"
@click = "handEnd"
@change = "watchChange" animation="true" >
........
</movable-view>
2025-08-26 09:37 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

你好,能够提供下一下完整的能运行的代码吗?

要回复问题请先登录注册