缩放模式和旋转模式说明 |
缩放模式showAll 常用
noScale
noBorder
exactFit 次常用
fixedWidth
fixedHeight
fixedNarrow
fixedWide
|
旋转设置
auto
portrait
landscape
landscapeFipped 和landscape的方向相反
<body> <divdata-orientation="auto" > </div> </body>可在代码里设置this.stage.orientation = egret.OrientationMode.AUTO;
|