is there a way for the `CanvasBasedWindow` (or oth...
# compose-web
a
is there a way for the
CanvasBasedWindow
(or other api) to take as much space as needed to render the composable instead of the entire window? I notice that it changes the size of the
<canvas />
to take the whole page
I think i got it.
CanvasBasedWindow
has a requestResize parameter. which I think works for my case
t
Hello. How did you manage to make it ? I'm looking for examples of how to use request resize properly to avoid using the browser's full size.