Skip to content
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

Scale factor not working on ios #16422

Open
xuedongyoci opened this issue Apr 7, 2024 · 5 comments
Open

Scale factor not working on ios #16422

xuedongyoci opened this issue Apr 7, 2024 · 5 comments

Comments

@xuedongyoci
Copy link

First and foremost consider this:

  • Only RetroArch bugs should be filed here. Not core bugs or game bugs
  • This is not a forum or a help section, this is strictly developer oriented

Description

Scale factor not work in ozone driver。
So the words look small.

Expected behavior

Please fix the function,thank you.

Actual behavior

It doesn't work properly.

Steps to reproduce the bug

  1. Settings-user interface-apperance-scalefactor
  2. Change value
  3. Nothing happen

Bisect Results

[Try to bisect and tell us when this started happening]
Version/Commit
You can find this information under Information/System Information

  • RetroArch: nightly latest version

Environment information

  • OS:ios iphone 13 pro max
    IMG_1728

  • Compiler: [In case you are running local builds]

@xuedongyoci
Copy link
Author

In the glui driver, It works normally.

@sonninnos
Copy link
Collaborator

sonninnos commented Apr 7, 2024

It does work, but it simply has a limit for growing too large width-wise. As in nobody really wants it so big that you can't see and use it.

@xuedongyoci
Copy link
Author

It does work, but it simply has a limit for growing too large width-wise. As in nobody really wants it so big that you can't see and use it.

Please look at the screenshot。
Everything looks too small,I can't even touch it with my fingers.

@sonninnos
Copy link
Collaborator

sonninnos commented Apr 8, 2024

Yes, portrait mode width is the limiting factor, and it happens with all platforms, because it is hardcoded in the menu driver. Try landscape mode and/or smaller values and see that the scaling does in fact work. Sure the limit might be a bit too conservative, but changing it probably causes usability issues in the root page with the sidebar etc.

@xuedongyoci
Copy link
Author

Yes, portrait mode width is the limiting factor, and it happens with all platforms, because it is hardcoded in the menu driver. Try landscape mode and/or smaller values and see that the scaling does in fact work. Sure the limit might be a bit too conservative, but changing it probably causes usability issues in the root page with the sidebar etc.

Thank you, Sonninnos. I understand the limiting factors and it is true that in landscape mode, the font size is normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants