Đào Hoàng Sơn
Đào Hoàng Sơn
@dependabot rebase
@dependabot rebase
@dependabot rebase
Can you remove the early `return` here? ```dart @override void parse(BuildTree tree) { final e = tree.element; if (e.localName == 'h1' || e.localName == 'h2') { tree.register(headerOp); return; // `scrollToAnchor`...
Do you have any error messages etc.?
Please provide the bug report following the template, like this: ## Steps to Reproduce HTML ```html ``` `HtmlWidget` configuration ```dart ``` Tesing environment ``` ``` ## Expected results ## Actual...
I think it's possible. We have an open issue on this https://github.com/daohoangson/flutter_widget_from_html/issues/532.
This is probably a limitation with Flutter text selection mechanism. Does it work without `InkWell` widget?
Custom widget when using with InlineCustomWidget is causing custom widget partially clickable/hover.
The expected results look reasonable. However, your issue description is missing the HTML. Also, can you provide a minimal version of `component` for testing?
Do you have `AUDIO` tags in your HTML? If you don't, consider using [flutter_widget_from_html_core](https://pub.dev/packages/flutter_widget_from_html_core) package to avoid building just_audio unnecessary.