jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

HTML has its own defined scrollbar, and the mouse wheel cannot scroll #286

Open yiyiwang-1 opened 6 months ago

yiyiwang-1 commented 6 months ago

html:

the mouse wheel cannot scroll
raysonfang commented 6 months ago

me, too.

1002753959 commented 6 months ago

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

Trung15010802 commented 5 months ago

+1

yiyiwang-1 commented 4 months ago

I guess we can use JS communication

yiyiwang-1 commented 4 months ago

Using JS communication, scroll events and input box events need to be implemented on the flutter side

GzhiYi commented 3 weeks ago

Any update about this issue?