Replies: 1 comment
-
There is an example using a custom asset handler to stream a video here: https://github.com/DioxusLabs/dioxus/blob/main/examples/video_stream.rs#L24-L35 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have an element
<a href="myscheme://path_to_handle">Custom</a>
, how can I handle the custom URI? Do we have any examples on registering a custom protocol indioxus-desktop
?Beta Was this translation helpful? Give feedback.
All reactions