Is there a known bug where Insets are ignored on M...
# webassembly
c
Is there a known bug where Insets are ignored on Mobile Wasm Js (I.e. opening a keyboard goes over the screen and doesn't resize)? This obviously works on Android/iOS so seems odd that web isn't resizing?
t
But you have full control over container (canvas?) styles, don't you?
By description it looks like container stylization problem
c
Keyboard doesn't resize the canvas
Screenshot_20260222-191811.png,Screenshot_20260222-191756.png
I might not be hooked into the browser correctly?
t
If container size remains the same - you can fix it with CSS
In web inspector you can check container size when keyboard is visible
👀 1
Probably
dvh
- your use case
Screenshot 2026-02-23 at 16.52.13.png
b
Checkout fix/workaround in kotlinconf-app
❤️ 1
Please file an issue into compose multiplatform tracker
c
Ahh ok, will do wasn't sure if it was just me setting up the canvas wrong