this post was submitted on 22 Jun 2023
25 points (100.0% liked)

Memmy - An iOS client for Lemmy

2536 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 1 year ago
MODERATORS
 

First if all I have to say the app is great. I am really happy with it. A lot of features are already implemented and work well.

Some small thing that I think is needed is a way to change the font size. As it is right now I find it very small and a bit hard to read but it’s a preference. I think there should be an option under sertings to change between different sizes: small, medium, large etc

you are viewing a single comment's thread
view the rest of the comments
[–] plz1 2 points 1 year ago

I've been reporting the font scaling stuff since the earlier builds, via TestFlight. I know the dev is working on them, because I see changes, but they tend to be both improvements and degradations. Most recent build revered font scaling support for the feed view, so everything is forced to a smaller font than I'm comfy with.

For accessibility's sake, setting defaults for people with unimpaired vision makes sense, but the app's text can and should respect the OS font scaling settings. Reddit blundered this in their own app by only suportting in-app font settings ("watermelon" is still to freaking small), whereas Apollo nailed it (by supporting OS font scaling).

Because Memmy is supporting a mainly text-oriented UI, supporting font scaling is pretty important to nail for accessibility.