-
Notifications
You must be signed in to change notification settings - Fork 52
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
added iced tour example template #4
base: master
Are you sure you want to change the base?
Conversation
This is super cool! There's probably some way we could make Metal validation configurable, unless you think it's likely to only be a short-term issue. It doesn't seem like I'm able to touch the Next button on iOS. Is that expected? Besides that, it renders perfectly, and the scroll bar works too. Of course, I'll accept this PR either way! I also hit an ICE (!) when building for Android. Though, since this is originally based on simlay's work, I'm guessing iced only supports iOS so far? If so, adding this section to Cargo.toml.hbs will cause cargo-mobile to warn when trying to build for Android: [package.metadata.cargo-android]
supported = false |
Also, assets (like Of course, the path of the asset directory can also be configured in |
The PR you mentioned was merged to iced some time ago, so I locally merged the current iced = { git = "https://github.com/hecrj/iced", branch = "master", features = ["image", "debug"] } and tried running it on my Android device. Unfortunately, there seems to be an issue with the current
I also tried enabling the
Now, it looks like Android is not really supported in So that's the current status - I'll try to fix those issues and make some PRs if necessary, because currently Edit: Android Tracking Issue was opened in |
Just the beginning of an iced template for cargo mobile :)
It's based on the tour example https://github.com/hecrj/iced/tree/master/examples/tour
and it's pointing to this version of iced iced-rs/iced#650
which is a pending PR to add basic mobile support to iced