-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Android support? #117
Comments
There’s interest in both platforms. The thing that’s holding android back is winit support for android. Check out rust-windowing/winit#948. Once winit has better android support, the touch events for android will work for iced on both platforms. |
This issue is also covered in #302, which talks about mobile support in general, so we could just track this there. |
rust-windowing/winit#1556 merged which closed rust-windowing/winit#948 |
Should we close this issue? |
Yes, let's keep the discussion going in #302. |
Looking at people wanting to support iOS, why not support both android and ios?
I have no idea how this can be done yet, but there is NDK and https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-21-rust-on-android.html may help?
The text was updated successfully, but these errors were encountered: