Now that web and kotlin wasm is in alpha kind a, w...
# compose-web
j
Now that web and kotlin wasm is in alpha kind a, wonder anyone tried this? Like it wasnt complex enough with firebase in iOS and Android, as well as cross platform navigation with Circuit. Anyone tried sharing with web as well with compose multiplatform? Does it have interop with js and possible to load google play services with wasmMain or such?
j
Tried Compose Web WASM? Or what do you mean in particular? I created a simple personal webpage, but a bit hesitant to release it, before this issue is fixed https://github.com/JetBrains/compose-multiplatform/issues/3754. Compose WASM works really well in PC browser, but not on mobile web yet.
j
Yeah I want to test if can use same code I have in my CMP project for iOS and Android also web without any changes. But require some interop how adding some js library deps from Google 😁
Mobile web always work bad 😁
😂 2
j
Just letting you know that I was able to solve the aspect ratio issue by adding
Copy code
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1; user-scalable=0;"/>
to the header! 🙂
🎉 1