You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: