-
Notifications
You must be signed in to change notification settings - Fork 45
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
Tweets are not displayed correctly in EmbededTweetView #32
Comments
Hi, I will try to check it ASAP (worst case scenario May 8th).
|
Hi, I'm not sure if this is the same issue or not. But for this tweet: https://twitter.com/cafreeland/status/1253740824065687555 Using EmbeddedTweetView.buildEmbeddedTweetView() and running from IntelliJ in an iPhone 11 Pro Max emulator : in the iPhone emulator. On real devices (you just get an extra-long tweet card that extends for many, many swipes: If this is a different issue, I'll create a new one for it. Thanks, |
There might be some accidental whitespace artifacts as I cut/paste and formatted. This is what I'm getting prior to json.decode() { |
@ercadev You are probably not on the latest tweet_ui library version. There was a breaking change from version 2.0.0 - check the Changelog ;-) |
@ayang99 Bug confirmed. Fix on the way ;) |
@ayang99 I could not reproduce the problem that you have. I've added a new page in the example app called @ayang99 Fixed from version 2.2.0 @ercadev Version 2.2.0 contains also some code related to Text widget overflow, so you should not see the Closing for now. If you spot any weird looking Tweets, create an issue ;) |
Thank you so much for developing a great library. I am always grateful.
I'm still a low-level developer, so let me report here.
Describe the bug
The following issues occur when using EmbededTweetVied.fromTweet on certain tweets
(1) Characters are garbled and the character string after the character is not read.
(2) RangeError is raised (see the following image)
To Reproduce
(1) https://twitter.com/maruyamahodaka/status/1253607143837556736
(2) http://twitter.com/swallowspr/status/1252794458636083201
Expected behavior
The tweets must be displayed correctly.
Screenshots
(1)
(2)
Smartphone (please complete the following information):
Additional context
I would like to ask a question that is not relevant to this case.
Q1: Is it possible to customize the TextStyle of EmbededTweetView? (I want to change the font size.)
Q2: I can't go back to the previous screen when I tap on an attached image in a tweet, is that a specification?
The text was updated successfully, but these errors were encountered: