-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Font Sizing is not working correctly throughout the messages. #488
Comments
I'm seeing this with 1.13 on Android so I think it's a cross platform issue. |
This happens on Linux, Android, and iOS at least |
i'm on android running FluffyChat 1.16.0 and am also experiencing this exact bug |
I am looking into this and have found the source of this bug to be in the The last time someone brought it up, the developer of the library blamed Flutter: Cretezy/flutter_linkify#22 I will work on a PR to the upstream library. |
This issue is stale because it has been open for 120 days with no activity. |
the library this bug is from is unmaintained and needs to be forked in order for this to get fixed |
Bug Description
The font sizing seems to try and follow the OS font settings in iOS. The issue I see is that some messages (inside the bubble) don't size the font properly. It seems a bit random, so not sure why it's happening.
OS: iOS 16.5.1 (c)
Device: iPhone 11
FluffyChat: v 1.12.0
I will add images to show what's happening. In particular notice the variation in font size per message regardless of sender / receiver.
Steps to Reproduce
a. Settings
b. Accessibility
c. Display and Text Sizes
d. Large Text = On, and in that screen adjust the font size slider to the left of center. (image attached)
Expected Behavior
Given the enlarged font sizes, the messages will all have appropriately larger font sizes, and all messages will be consistent with their font sizing.
App Version
1.12.0
Additional Platform Information
iPhone 11, iOS 16.5.1 (c)
Additional Context
Please let me know if there is anything else I can provide. Logs, other details, testing, etc. And thank you so much for this really great app!
The text was updated successfully, but these errors were encountered: