On Web, fix no-op for Window::set_fullscreen

This commit is contained in:
dAxpeDDa
2023-03-26 17:19:26 +02:00
committed by daxpedda
parent 8092fa2440
commit ba5ad3be13
4 changed files with 38 additions and 4 deletions

View File

@@ -55,6 +55,8 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Web, the canvas output bitmap size is no longer adjusted.
- On Web: fix `Window::request_redraw` not waking the event loop when called from outside the loop.
- On Web: fix position of touch events to be relative to the canvas.
- On Web, fix `Window:::set_fullscreen` doing nothing when called outside the event loop but during
a transient activation.
# 0.28.6