We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug:
HTML define so called combining characters - which allows to add for instance diacritics to existing characters.
HTML to reproduce the issue:
Html widget configuration:
Html
<!DOCTYPE html> <html lang="en"> <body> <div> œ̃ -̈ ε̃ </div> </body> </html>
<!DOCTYPE html>
<html lang="en">
<body>
<div>
œ̃ -̈ ε̃
</div>
</body>
</html>
Expected behavior: (Scrennshot from Brave: v1.61.109, the same output in Firefox: 121.0)
Screenshots Flutter App Mac/iOS:
Device details and Flutter/Dart/flutter_html versions:
flutter_html
Device: iOS: 17.1.2 macOS: 13.6.2 (Ventura)
Flutter/Dart: 3.18.0 flutter_html: 3.0.0 beta 2
Stacktrace/Logcat
None
Additional info:
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. It seems likely that this is an underlying issue in Flutter's text-rendering engine. I can look into this a bit more.
Sorry, something went wrong.
No branches or pull requests
Describe the bug:
HTML define so called combining characters - which allows to add for instance diacritics to existing characters.
HTML to reproduce the issue:
Html
widget configuration:<!DOCTYPE html>
<html lang="en">
<body>
<div>
œ̃ -̈ ε̃
</div>
</body>
</html>
Expected behavior: (Scrennshot from Brave: v1.61.109, the same output in Firefox: 121.0)
Screenshots Flutter App Mac/iOS:
Device details and Flutter/Dart/
flutter_html
versions:Device:
iOS: 17.1.2 macOS: 13.6.2 (Ventura)
Flutter/Dart: 3.18.0
flutter_html: 3.0.0 beta 2
Stacktrace/Logcat
None
Additional info:
None
The text was updated successfully, but these errors were encountered: