Hi there. I just finished a Kotlin Wasm project. E...
# webassembly
e
Hi there. I just finished a Kotlin Wasm project. Everything looked good while developing, but to my surprise, the website looks zoomed out when watched on a real mobile device. Why is that? Any ways to fix it? Thank you!
o
e
It indeed worked. Thank you! Now I'm facing another issue, the soft keyboard isn't being triggered on mobile devices. I saw this thread (Point #5): https://kotlinlang.slack.com/archives/CDFP59223/p1704461567876259?thread_ts=1704453032.815259&cid=CDFP59223 Was it already fixed? Thanks 💯
o
do you use 1.6.10 version?
1
e
I was using an older version. I updated and it works perfectly. Thanks for the help!