movable-view 当设置了 direction="vertical" 属性后,长按之后有时候可以拖动 有时候不能拖动 当设置direction="all"时,是正常的 出现问题的机型:iphone xs max 其它手机没测试过 注:在开发者工具上运行是正常的 <movable-area class="area"> <movable-view direction="vert
如果movable-area的宽度不够,movable-view在放大后可能会超出movable-area的边界,导致无法显示最右边的内容。 <movable-areastyle="width:100%;height:300px;"><movable-viewstyle="width:100px;height:100px;"scale="true"scale-min="1"scale-max="3"><!-- 内容 --></movable-view></movable-area> 2. ...