Flex 4.5 - 如何检测屏幕尺寸以使图像在移动设备上居中?
在 applicationComplete
上尝试了 stage.stageWidth
和 stageHeight
,但由于某种原因,返回的实际数字似乎不准确 - 图像总是显示关闭-居中(stageWidth/2 - imageWidth/2)。
如何确定移动设备的实际屏幕尺寸以使对象居中?
Tried stage.stageWidth
and stageHeight
on applicationComplete
, but for some reason the actual numbers returned do not seem to be accurate - the image always appears off-centered (stageWidth/2 - imageWidth/2).
How do you determine the mobile device's actual screen size, to center an object?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有没有尝试过:
Have you tried: