Have you built a Compose Multiplatform for WASM we...
# random
d
Have you built a Compose Multiplatform for WASM website yet? I am building one and would love to see yours!
p
I'm building one, so far it's incomplete and pretty ugly, but it's gonna be a thing one day 🙂 it's going to be an editor that will ultimately create PRs in GitHub: https://typesafegithub.github.io/github-actions-typing-editor/
d
@Piotr KrzemiƄski I see you are suffering from the mobile UI bug I had, on mobile your website is blank. To fix it, nest this in the header inside the
index.html
file:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
K 1
p
It wasn't completely empty (on my phone 😁), but yeah, it was broken - thanks for your hint, it works! (screenshot: before and after)
🎉 1
d
Awesome! Keep hacking away. I really think Compose WASM is going to be amazing.
🩜 1
p
please share yours, if you have anything to demo!
d
Yeah, I am building a personal website to host my blog and various things. It's a bit barebones at the moment because I was busy building a custom Markdown parser. https://ericdw.github.io/Dewildte/
👍 1