-
Notifications
You must be signed in to change notification settings - Fork 123
Mobile (Android/iOS) support #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
27c4bcd to
2466e70
Compare
Closed
cf16f00 to
34a9aab
Compare
Draft
4c0c62e to
7dde744
Compare
6a4e65d to
8e167f4
Compare
Signed-off-by: Nico Burns <[email protected]>
This is pulling in Winit 0.30
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
- Update hover position on pointer up/down - Clear hover on pointer up when pointer is a finger
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
8e167f4 to
4d6dee8
Compare
Only dispatch mouse events if the pointer is a mouse.
Signed-off-by: Nico Burns <[email protected]>
This was referenced Jan 23, 2026
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