question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

If the text is too long first letters truncated and displays the text at the end - Android only

See original GitHub issue

React Native version: “react”: “16.8.3”, “react-native”: “0.59.5”,

Steps To Reproduce

  1. Create a sample TextInput in your code.
  2. Type a lengthy string in it.
  3. 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:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

3reactions
stale[bot]commented, Sep 29, 2019

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.

2reactions
CaoThien96commented, Nov 15, 2019

I’m having the same issue. Is there any way to handle that ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found