hey so i'm trying out the minesweeper / falling ba...
# compose-web
d
hey so i'm trying out the minesweeper / falling balls demo. how can I make the canvas fill the max size of the screen on resize? and how do i get the screen size inside of compose? thanks in advance
o
Currently, ComposeWindow in compose-web(canvas) is limited and it doesn't react on resize. It sets its size depending on the canvas' size during init. Ideally, compose-web(canvas) will have something like
WindowState
in compose-desktop to manage the size.