Flutter_html: Supported HTML Tags <ruby><rp> ?

Created on 19 Oct 2019  ·  5Comments  ·  Source: Sub6Resources/flutter_html

Thank you so much.
But in my case, still not support

Html tag like this:
<ruby>飯<rp>(</rp><rt>はん</rt><rp>)</rp></ruby>

=> (はん)
but i get: 飯(はん)

Is there any way to display it right?

enhancement high-priority

Most helpful comment

I plan to try and fully support ruby, rp, and rt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.

Thank you for your patience.

All 5 comments

I've submited PR implementing ruby and rt just now. but rp is not support.
https://github.com/Sub6Resources/flutter_html/pull/178

I desperately try to find a way to display Furigana (ruby tag) with flutter.
One time I hoped that flutter_html could help me, but unfortunately Furigana (ruby tag) is not rendered correctly 👎

I plan to try and fully support ruby, rp, and rt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.

Thank you for your patience.

I plan to try and fully support ruby, rp, and rt. I'll take a look at @dotneet's pull request and see if that will work for all use cases.

Thank you for your patience.

I tried updating and build app.
But still not successful with
dependencies: flutter_html: ^0.11.0

@dotneet's pull request has been merged into the new-parser branch and will be released with version 1.0.0. See #122 for updates.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NicoDreamzZ picture NicoDreamzZ  ·  5Comments

DrobyshevAlex picture DrobyshevAlex  ·  3Comments

Zerocchi picture Zerocchi  ·  5Comments

Felix010203 picture Felix010203  ·  4Comments

bhanuka96 picture bhanuka96  ·  4Comments