Miles Murgaw
Miles Murgaw
https://github.com/ealmloff/dioxus-template/pull/2 in progress
I agree. I'd say similar for a lot of stuff that may go in SDK, like mobile features. I've wanted to release geolocation as it's own crate but have avoided...
Would you be able to test if this occurs on `0.6.0-alpha.5`? I have not noticed this issue. Additionally, would you be able to share the RSX code where you're using...
#3046 should have fixed this on Windows. I can't say if Fedora/Linux has been fixed yet
The fix was for emitting `dragleave`, `dragover`, and `drop`events on Windows since we had to capture the events to handle files. I'm not sure what kind of system element drag-n-drop...
@ekanna There probably isn't a workaround since the drag stuff is handled internally. Do you have a small example I could use? The file upload example and different drag events...
I dug into this on Windows and unfortunately, it's an upstream issue with webview2 not supporting HTML drag events when a file-drop handler is provided. Tauri is also affected by...
You could use [wasm-bindgen](https://rustwasm.github.io/docs/wasm-bindgen/examples/import-js.html) on Web or [eval](https://dioxuslabs.com/learn/0.4/reference/web#running-javascript) with its `send` and `recv` methods.
It looks like the `name` field was intentionally removed at some point. The bundler currently uses a pascal-case version of the crate name. A possible solution could be to either...
@jkelleyrtp I use Android 9 and didn't have this issue before the release. The WindowMetric API call in Tao hasn't been changed in two years.