hi guys , how can we make our UI responsive when u...
# webassembly
m
hi guys , how can we make our UI responsive when using WASM ? Like for mobile chrome I want to show different UI for desktop chrome different.
a
What UI framework do you use?
m
Compose KMP
a
Wasm backend doesn't provide something specific for such a task. Try to ask in #compose and #compose-web channels
p
Basically you handle that your own using the various techniques to get the current window size. Look up for compose adaptive components , the material library has a couple of them although you can create your own.