Đào Hoàng Sơn
Đào Hoàng Sơn
Wow, that's one serious compiler error. You will need build the app again with stack trace because the current error message is not that useful. Alternatively, if you don't need...
What is your `HtmlWidget` configuration? How did you set the `nowrap` styling?
`flutter_widget_from_html v0.17.1` has been released with support for this. Please try upgrading and see whether it works for you.
Did you run into this error in Chrome? Since you are using pretty old Flutter version, I'm assuming no wasm build?
Did you test on real iOS device or the simulator? People have reported issue with CJK characters on simulator before, for example https://github.com/flutter/flutter/issues/6939
You need to specify a version of `chewie` that works with your Flutter version. Or if you don't need to render `VIDEO` tags, switch to use `flutter_widget_from_html_core`.
It's possible to customize the gesture recognizer for the webview to ignore scrolling -> the list view will be able to capture that gesture and continue scrolling. However, doing this...
iOS 12 is quite old and according to your screenshot, the webview worked and was showing the "Watch on YouTube" button. The video may have problem playing because of the...
The inline `block` value overwrites the `table-cell` display mode so the contents are hidden from the table. Let me see what can be done here.
If you want to keep the new widget on the same line, it should be possible to wrap your `Text` widget inside a `InlineCustomWidget`.