I attempted to reproduce this within a WPF hybrid app, where BlazorWebView hosts the razor components.
As soon as a drag event occurs, it hits the WPF window and loses focus to the razor component, meaning this functionality is broken.
This was verified by setting "AllowDrop=true" on the WPF's BlazorWebView, which then changed the cursor showing that dragging was occurring.
Any Ideas on how to get that functional in BlazorWebView (WPF specifically) ? ( Github Copilot runs in circles and is stumped....)
I attempted to reproduce this within a WPF hybrid app, where BlazorWebView hosts the razor components.
As soon as a drag event occurs, it hits the WPF window and loses focus to the razor component, meaning this functionality is broken.
This was verified by setting "AllowDrop=true" on the WPF's BlazorWebView, which then changed the cursor showing that dragging was occurring.
Any Ideas on how to get that functional in BlazorWebView (WPF specifically) ? ( Github Copilot runs in circles and is stumped....)