lnreader icon indicating copy to clipboard operation
lnreader copied to clipboard

Some of the text is getting cut off

Open LuxStatera opened this issue 7 months ago • 2 comments

Steps to reproduce

  1. open novel I want to read
  2. see that the top buttons are missing the end of the text
  3. 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.

Image

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.

LuxStatera avatar Aug 07 '25 19:08 LuxStatera

This is also happening in other parts of the app. In the browse section MyAnimeList only shows "MyAnimeLis".

LuxStatera avatar Aug 07 '25 19:08 LuxStatera

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

rajarsheechatterjee avatar Oct 21 '25 10:10 rajarsheechatterjee