On iOS, add configuration for status bar style

Co-authored-by: Mads Marquart <mads@marquart.dk>
This commit is contained in:
Arend van Beelen jr
2023-10-20 12:26:10 +02:00
committed by GitHub
parent c346fb7e61
commit 41dbbc27a0
7 changed files with 100 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Android, fix `DeviceId` to contain device id's.
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
- On Web, fix `ControlFlow::WaitUntil` to never wake up **before** the given time.
- On iOS, add ability to change the status bar style.
- Add `Window::show_window_menu` to request a titlebar/system menu; implemented on Wayland/Windows for now.
- On iOS, send events `WindowEvent::Occluded(false)`, `WindowEvent::Occluded(true)` when application enters/leaves foreground.
- **Breaking** add `Event::MemoryWarning`; implemented on iOS/Android.