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
Oleksandr Karpovich [JB]
05/09/2022, 10:36 AM
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