Reading comments in different communities, I noticed that users hardly leave smilies. Why is that?

༼ つ ◕_◕ ༽つ

      • thanks_shakey_snake@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        6 months ago

        Could just look like this. It’s a dumb little stopwatch app I made some time ago to explain a different concept. All it uses is plain HTML, CSS, and Javascript. Because I could use emojis as icons, I didn’t need to bring in a separate icon pack.

        If I didn’t have access to emojis at all, I probably would have just used text only… But if I’m prototyping an app that I’m building for someone else, it helps make it look closer to the real thing, and that’s kinda nice.

    • Slow@lemmy.todayOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      6 months ago

      Hmm… Then wouldn’t it be logical on the part of mobile OS developers to make the extended set of emoticons hidden by default and enabled through system settings? Or make an extended set of smileys as an app that can be installed through the app directory?

      • thanks_shakey_snake@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        6 months ago

        Maybe! The MacOS emoji picker actually does this: You can choose which categories to include or omit, and set favorites… And not all of them are enabled by default. No reason phone keyboards couldn’t do the same thing. MacOS calls most of what we’d consider “emojis” to be one category though, lol… So that wouldn’t actually solve the problem. But it’s possible.

        Installing them like an app wouldn’t really be a thing though-- Emojis are part of Unicode, which means they’re essentially text characters. You wouldn’t want to omit those from the system entirely, because if they appear in text, you still want to be able to render them. Kind of like… You might not need (or want) a convenient way to write an “é,” but it’d be annoying if somebody wrote “the appetizers were good, but the entrée was just okay” and you saw “entr�e” because you didn’t have the right app installed.

        Personally, I’d rather have access to everything and just use search to find the one I want, but it might be nice to have the option to omit categories that you aren’t interested in.