Đào Hoàng Sơn
Đào Hoàng Sơn
Yes, you can use `GlobalKey` for that. ```dart // prepare the key final htmlKey = GlobalKey(); // render widget HtmlWidget(html, key: htmlKey) // scroll to some ID htmlKey.currentState?.scrollToAnchor('some-id'); ```
Thanks to #1529 from @lemz90, we fixed an issue with wasm build but it seems to cause a different issue with Android/iOS build. I guess we can release a beta...
Because Android WebView doesn't support PDF directly. You have to use Google Docs viewer or something similar ```html ```