-
-
Notifications
You must be signed in to change notification settings - Fork 291
[HTML5] Fixing bad behavior with zoomEven scaling mode. #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Issue #781 has been resolved with this PR. |
Hey @kan6868 As an additional note, I'm using the latest version of Solar2D (2025.3718) with 'zoomEven' as the scaling mode. Game test: issue.mp4 |
It's work fine with my project. |
https://woodsword.itch.io/test Make sure you display game in Landscape orientation. |
Ok, it looks like it's not working with portrait. |
Hi @kan6868 , I'm sharing a link to one of my games (set to "portrait", with defaultMode = "maximized" and scale = "zoomEven"), created with build 2024.3709, so you can test it on your PC and phone and see the difference. On mobile, the issue where the canvas isn't fully visible doesn't happen, and both this and all my games are designed to adapt to the screen size, whether in portrait or landscape. Game link: |
No description provided.