Mobile (Android/iOS) support#323
Merged
Merged
Conversation
nicoburns
force-pushed
the
mobile-support
branch
from
December 28, 2025 22:07
27c4bcd to
2466e70
Compare
Open
Closed
nicoburns
force-pushed
the
mobile-support
branch
5 times, most recently
from
January 5, 2026 02:27
cf16f00 to
34a9aab
Compare
Closed
nicoburns
force-pushed
the
mobile-support
branch
3 times, most recently
from
January 12, 2026 02:59
4c0c62e to
7dde744
Compare
nicoburns
force-pushed
the
mobile-support
branch
2 times, most recently
from
January 22, 2026 19:49
6a4e65d to
8e167f4
Compare
Signed-off-by: Nico Burns <nico@nicoburns.com>
This is pulling in Winit 0.30
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
- Update hover position on pointer up/down - Clear hover on pointer up when pointer is a finger
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
nicoburns
force-pushed
the
mobile-support
branch
from
January 23, 2026 13:42
8e167f4 to
4d6dee8
Compare
Only dispatch mouse events if the pointer is a mouse.
Signed-off-by: Nico Burns <nico@nicoburns.com>
nicoburns
marked this pull request as ready for review
January 23, 2026 15:34
This was referenced Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
counter, andtodomvc, andbrowsercrates are configured for compiling to mobile.A version of the CLI from DioxusLabs/dioxus#5147 should be used.
To compile for Android:
dx serve --android -p counter --no-default-features --features cpu --releaseTo compile for iOS:
dx serve --ios -p counter --no-default-features --features cpu --releaseTasks
anyrender_skia)Videos
Screen.Recording.2025-12-29.at.16.00.04.mov
Screen.Recording.2026-01-22.at.19.54.57.mp4