Version: 3.xMovableAreamovable-view 的可移动区域参考文档类型#ComponentType<MovableAreaProps>Copy示例代码#ReactVueclass App extends Components { render () { return ( <MovableArea style='height: 200px; width: 200px; background: red;'> <MovableView style='height: 50px; width: 50px; background: blue;' direction='all'>旅行的意义</MovableView> </MovableArea> ) }}Copy <movable-area style='height: 200px; width: 200px; background: red;'> <movable-view style='height: 50px; width: 50px; background: blue;' direction='all'>在路上</movable-view> </movable-area>CopyMovableAreaProps#参数类型默认值必填说明scaleAreabooleanfalse否当里面的 movable-view 设置为支持双指缩放时,设置此值可将缩放手势生效区域修改为整个 movable-areaAPI 支持度#API微信小程序H5React NativeMovableAreaProps.scaleArea✔️API 支持度#API微信小程序H5React NativeMovableArea✔️✔️