代码如下
< movable-area scale-area class = "movableArea" > < movable-view class = "movableView lower" direction = "all" inertia = "true" out-of-bounds = "true" x = "50%" y = "50%" > </ movable-view > </ movable-area > |
设置了x、y的相对位置,但编译后,movable-view还是在左上角
------
或者有其他的方法实现百分比定位吗?
看开发文档,类型只能是number类型
多谢了,那看来现在还不支持。
x: wx.getSystemInfoSync().windowWidth - *
y: wx.getSystemInfoSync().windowHeight - *