If the text is too long first letters truncated and displays the text at the end - Android only
See original GitHub issueReact Native version: “react”: “16.8.3”, “react-native”: “0.59.5”,
Steps To Reproduce
- Create a sample TextInput in your code.
- Type a lengthy string in it.
- First few letters are truncated
Actual Result: Displaying the text at the end of the text field Expected Result: Display the text from beginning
It happens only in Android
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6
Top Results From Across the Web
Android: Something better than android:ellipsize="end" to add ...
Right now I truncate the String in Java code. However, thats based on the number of characters and not the actual length of...
Read more >Why SMS messages get cut off... and what you can do about it
You may have noticed recently some of your SMS messages getting truncated (cut off) more frequently. Read on to find out why this...
Read more >Some characters missing or cut off when displayed on screen ...
When you view your document in Microsoft Word, some characters may be missing, or the top (or bottom) of some characters may be...
Read more >Working with the TextView | CodePath Android Cliffnotes
Text Truncation. There are a few ways to truncate text within a TextView . First, to restrict the total number of lines of...
Read more >Android text truncation guideline - UX Stack Exchange
StackExchange and this isn't really the place to come for coding guidelines, there are some specific usability issues to consider when thinking ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community’s attention? This issue may be closed if no further activity occurs. You may also label this issue as a “Discussion” or add it to the “Backlog” and I will leave it open. Thank you for your contributions.
I’m having the same issue. Is there any way to handle that ?