The UI animations are impressive; they are cute and have a nice vibe.
However, I discovered one bug. I am Korean, and when I write a memo in Korean on a sticker and press Enter, two notepads appear. This is a very familiar bug to me.
oh thanks for letting me know. I still haven't thought about supporting multiple languages other that english, since developing such a big app in itself is such a big feat lol. But ill fix this bug asap. Thanks for the feedback!
its an IME bug and software is ripe with them. you need to do a check to see if the user “isComposing” (i think is the function). because enter is used in IME to pick characters based on input. its the same with japanese and chinese. whole slew of US based SaaS products never deal with it and it makes input unbearable for these languages.
However, I discovered one bug. I am Korean, and when I write a memo in Korean on a sticker and press Enter, two notepads appear. This is a very familiar bug to me.