flutter-webview-windows
flutter-webview-windows copied to clipboard
HTML has its own defined scrollbar, and the mouse wheel cannot scroll
html:
the mouse wheel cannot scroll
me, too.
me, too. open https://liao.world/en If the webpage is long enough in HTML, it can be scrolled, but if it has only one screen and then its subcomponents are scrolled, it cannot be scrolled. We hope to fix this issue
+1
I guess we can use JS communication
Using JS communication, scroll events and input box events need to be implemented on the flutter side
Any update about this issue?