-
-
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
ios seems broken again in iced winit #1186
Comments
For now, We are leveraging |
Hmm, this is unfortunate news to me. So I do not use the iced application, I use integration. For me that is all dead code. It seems a simple cfg on application body can fix this issue; would you accept PR so I can continue to use iced? If not I must sadly to look elsewhere, because I do enjoy this library very much. |
@aentity I understand. However, I cannot commit to maintain changes that are exclusively related to mobile platforms. Given that you seem capable of fixing the issues for your particular use cases, maybe you could maintain a fork of your own? That way, you won't need to wait for me to merge the changes and if things break you can fix them right away! That said, it looks like you may only be using |
Yes thank you, after examining, I see only this is use for if let Some(event) = iced_winit::conversion::window_event(event, scale_factor, modifiers) {
self.events.push(event); This is interesting proposal. Do you suggest to have new crate, iced_conversion with single If this is correct understanding, I could help try out this in new PR if you think it OK idea. In future though, it would be nice to also see iced fork be merged mainline; is there tracking issue to see what remains to see fork be merged? This is worrisome to me for future of iced, as I think it is over 1 year now iced uses winit fork. (and no crates release possible until this is resolved). |
This is second time iced winit fork breaks again on ios: #1007
When will ice merge it's fork? It has been a long time now and I worry it will diverge forever soon...
The text was updated successfully, but these errors were encountered: