# Objective - Bevy main crashs on Safari mobile - On Safari mobile, calling winit_window.set_cursor_grab(true) fails as the API is not implemented (as there is no cursor on Safari mobile, the api doesn't make sense there). I don't know about other mobile browsers ## Solution - Do not call the api to release cursor grab on window creation, as the cursor is not grabbed anyway at this point - This is #3617 which was lost in #6218 |
||
|---|---|---|
| .. | ||
| converters.rs | ||
| lib.rs | ||
| web_resize.rs | ||
| winit_config.rs | ||
| winit_windows.rs | ||