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

ContextMenu Support #254

Open vorte opened 1 year ago

vorte commented 1 year ago

I would like to be able to use the context menu in webview_windows. Ideally, this should allow for custom context menus, so consumers of the plugin can specify their own menu items and behaviour.

Webview2 already supports this functionality, so it just needs to be exposed.

https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/context-menus?tabs=csharp

My C++ / Webview2 experience is non-existent, but I could work on this with some guidance.

Channing-dong commented 1 month ago

considering to use context menu. does this lib support?