You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
Unordered list items are being prefixed with a strange symbol (4 horizontal stacked lines) on Android.
This occurs on Android only - reproducible on Pixel 6, Android 13. Looks fine on iPhone 11 Pro, iOS 15.2.
HTML to reproduce the issue: <ul> <li>Do you agree with the results?</li> <li>Why do you think this is your Love Style?</li> <li>Are these things important to you? Why? </li> <li>Why aren’t the things that you score low on important to you?</li> </ul>
Not able to reproduce on 3.0.0-beta.1. Since 3.0.0-beta.1 removed the reliance on the \t character for list rendering, we can safely assume this issue was fixed.
Describe the bug:
Unordered list items are being prefixed with a strange symbol (4 horizontal stacked lines) on Android.
This occurs on Android only - reproducible on Pixel 6, Android 13. Looks fine on iPhone 11 Pro, iOS 15.2.
HTML to reproduce the issue:
<ul> <li>Do you agree with the results?</li> <li>Why do you think this is your Love Style?</li> <li>Are these things important to you? Why? </li> <li>Why aren’t the things that you score low on important to you?</li> </ul>
Html
widget configuration:Expected behavior:
List items should look the same irrespective of device
Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:The text was updated successfully, but these errors were encountered: