-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Parent CustomRender override child CustomRender #243
Comments
Your customRenderer is overriding all the styling and functionality added by the Html widget because you are using Unfortunately it is difficult (if not impossible) to nest custom renderers when you are using the SelectableText widget (see issue #169 for the reasons behind this). However, there is a chance it's possible. See this section of the wiki for all the information about nesting custom renderers: https://github.com/Sub6Resources/flutter_html/wiki/All-About-customRender#widget-parsedchild And if you happen to solve this, if you wouldn't mind adding a comment on #169, that would be great. I'm still scratching my head over how to do it well. |
Let us know if you still experience difficulties with the latest customRender feature. You can apply (text) styling in a resursive manner by relying on the |
I'm trying to add SelectableText to paragraph, and clickable links. But link CustomRenderer not work if it inside paragraph. Am I doing something wrong? How to fix it?
The text was updated successfully, but these errors were encountered: