Jonathan Kelley
Jonathan Kelley
Only the Dioxus web can access the canvas directly, unfortunately. We might be able to build a shim over the canvas through RPC/FFI, or a declarative renderer for Dioxus that...
I think this is great! I also like the code you already have written, so I can just use that as basis for a PR. I will probably name the...
Thanks! I'm going to work on helping #522 get in but that'll take a bit longer than getting this one in now.
I believe this is fixed? If it hasn't, it will be in #387
Not yet - but we will be dogfooding PWA support with an overhaul of dioxuslabs.com soon, so there will be one there :)
> @jkelleyrtp - Does Dioxus actually have any features specific to PWAs that we should use? > > I'm working on a Dioxus Web app right now, and I started...
Perhaps we could keep our current strategy with configuration and an opt-out via configuration in the launch cfg?
We are going to fix this in #387 by changing how features are applied on top of eachother.
This will be fixed in #387 Sorry about this! The mobile renderer is currently the same as the desktop renderer - there are no differences between the two (currently), hence...
This is called deep linking - a feature I very much want as well. It doesn't seem like it's really been figured out yet though, anywhere in the Rust community....