Some of the text is getting cut off
Steps to reproduce
- open novel I want to read
- see that the top buttons are missing the end of the text
- see that chapter numbers are missing
Expected behavior
I expect to see the chapter numbers when I click on a novel and see the list of chapter I can scroll through. It should says "chapter 1, chapter 2, etc." but instead it shows "Chapter..." for all chapters on the list. Also the buttons at the top are missing text. The heart button only show "In". The Tracking button only shows "Trackin". The Migrate button only shows "Migrat". The Web view button is missing a letter at the end as well and displays "WebVie".
Actual behavior
Shows "Chapter..." instead of actual chapter numbers. Top buttons are missing last letter in the button text.
LNReader version
LNReader v1.1.19
Android version
Android 15
Device
Samsung Galaxy s24 Ultra
Other details
No response
Acknowledgements
- [x] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
- [x] I have written a short but informative title.
- [x] If this is an issue with a source, I should be opening an issue in the sources repository.
- [x] I have updated the app to version 2.0.0.
- [x] I will fill out all of the requested information in this form.
This is also happening in other parts of the app. In the browse section MyAnimeList only shows "MyAnimeLis".
This seems to be happening because the device font is set to bold. Could you turn that off and try again?
Some Android devices (like OnePlus, Oppo, or Samsung) apply system-wide bold text accessibility settings that React Native doesn’t always measure correctly, which can cause clipping or truncation.
https://github.com/facebook/react-native/issues/15114