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

MapView scroll to zoom in and zoom out does't work #174

Closed tashi146 closed 2 years ago

tashi146 commented 2 years ago

Hi, I am trying to load ESRI map in window_webview and it is working fine, but when I try to zoom and zoom out by scrolling, It doesn't work. I am using the latest version. Is there any method or widget like WebViewAware or how can we fix this?

Thanks for awesome package

tashi146 commented 2 years ago

I end up adding my own listener to flutter webview widget and handle the same in JavaScript content

7571deng commented 2 years ago

I end up adding my own listener to flutter webview widget and handle the same in JavaScript content

Any code examples