诺基亚j2me全屏宽度、高度设置后不返回
我正在创建画布并将其设置为全屏。在画布中,我的 getHeight() 和 getWidth() 函数不返回全屏的实际高度和宽度。它返回它们,就好像我没有将其设置为全屏一样。
如何获取诺基亚手机或其他有相同问题的手机的全屏尺寸?
I'm creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn't set it to full screen.
How can I get the size of the full screen in nokia phones or other ones that have the same problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你用什么诺基亚手机?怎么设置成全屏呢?我用过一些诺基亚 S60、S40,效果很好。
这可能对某人有帮助:
What a nokia phone do you use? How do you set it to fullscreen? I used some nokia S60, S40, and it works.
This may be help for someone:
调用“setFullScreenMode(true)”和画布实际进入全屏模式之间可能会有一点延迟。在调用全屏后添加一个小的延迟(~500ms)应该可以解决问题
There might be a small delay between calling 'setFullScreenMode(true)' and for canvas actually going to full screen mode. Adding a small delay (~500ms) after the call to go full screen should do the trick