You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting any applications using winit on iOS, I'm receiving a WindowEvent::Resized coming from layout_subviews corresponding to the full size of the screen instead of the inner size.
I currently workaround this by using Window::inner_size when handling that event.
When starting any applications using
winit
on iOS, I'm receiving aWindowEvent::Resized
coming fromlayout_subviews
corresponding to the full size of the screen instead of the inner size.I currently workaround this by using
Window::inner_size
when handling that event.winit/src/platform_impl/ios/view.rs
Lines 119 to 151 in 44288f6
The text was updated successfully, but these errors were encountered: