-
-
Notifications
You must be signed in to change notification settings - Fork 901
Weird behavior of long links #488
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
Comments
Please provide the HTML you use and state the flutter_html version you use, so we can try to reproduce it. |
Thanks for the quick repIy, edited the issue. |
Actually a duplicate of #388. I have a fix ready. |
erickok
added a commit
to vrtdev/flutter_html
that referenced
this issue
Jan 15, 2021
If non-text elements are used inside the <a> we still need widget spans and if they are long you can still have clunky wrapping, but I'm not even sure that is a bug per se. Fixes Sub6Resources#388, Sub6Resources#488 and Sub6Resources#495
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this awesome package in my news app. Version 1.1.1
When the length of a link is longer than the width of a screen then links don't split as expected. The link in the image below should start in the second line and words after the link should not start with a new line. In other words, there is a problem with the splitting of long links:
HTML of the image above:
In the image below a dot should be placed after the link, not in the next line:
HTML of image above:
P.S. Thank you for the great package!
The text was updated successfully, but these errors were encountered: