问题描述图片缩放,长图图片放大后,无法拖动到顶部、底部,只能居中放大,体验极差,
复现步骤
系统信息:
rlcwz9us1#
复现代码:<movable-area scale-area> <movable-view out-of-bounds="true" direction="all" scale="true" scale-min="0.5" scale-max="4"> <image :src="urls.files[0]" mode="widthFix"></image> </movable-view> </movable-area>
<movable-area scale-area> <movable-view out-of-bounds="true" direction="all" scale="true" scale-min="0.5" scale-max="4"> <image :src="urls.files[0]" mode="widthFix"></image> </movable-view> </movable-area>
1条答案
按热度按时间rlcwz9us1#
复现代码:
<movable-area scale-area> <movable-view out-of-bounds="true" direction="all" scale="true" scale-min="0.5" scale-max="4"> <image :src="urls.files[0]" mode="widthFix"></image> </movable-view> </movable-area>