It should be possible to access the native event that caused the event listener to fire in Dioxus web.
Unfortunately there's no way to access the event natively in Dioxus Desktop (webview) - though we could hold the event in stasis and provide some wrappers through FFI.
It should be possible to access the native event that caused the event listener to fire in Dioxus web.
Unfortunately there's no way to access the event natively in Dioxus Desktop (webview) - though we could hold the event in stasis and provide some wrappers through FFI.