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
Currently the contexts that are passed to LaunchBuilder::new().with_context_provider do not gets used in the mobile launcher. See here https://github.com/DioxusLabs/dioxus/blob/main/packages/mobile/src/lib.rs#L15
where the contexts that are passed are not forwarded to the desktop launcher that is called for ios and also not used for the Android launcher.
Problem
Currently the contexts that are passed to LaunchBuilder::new().with_context_provider do not gets used in the mobile launcher. See here
https://github.com/DioxusLabs/dioxus/blob/main/packages/mobile/src/lib.rs#L15
where the contexts that are passed are not forwarded to the desktop launcher that is called for ios and also not used for the Android launcher.
Steps To Reproduce
Expected behavior
LaunchBuilder contexts to be available in Elements on mobile.
The text was updated successfully, but these errors were encountered: