• ChaoticNeutralCzech@feddit.de
    link
    fedilink
    arrow-up
    31
    ·
    edit-2
    8 months ago

    You need one anyway for desktop users. A desktop-first website will usually be more accessible and easier to onboard, especially for infrequent users.

    Example: To track a package, a certain store emailed me a button whose destination is this monster of a URL:

    https://labia.page.link/?link=https://order.fart.cum/cz/history/%23/lookup?orderId%3D4206913372%26lid%3DAE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&apn=com.labia.fart.app&afl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&ibi=cum.labia.fart.app&ifl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&ofl=https://order.fart.cum/cz/cs/purchases/4206913372/?lid=AE91DCC0397DEADBEEF42069ACAB707BE6A1800B5ACEFAC3AAC3C14159265359&imv=1.24.0&amv=2915
    

    (Numbers and some strings were changed but the gist and 604-character length remains.)

    The main function of such a long URL is to redirect desktop users to https://order.fart.cum/cz/cs/purchases/4206913372/ to see the tracking info while mobile users get directed to the app store to get an app (or view the link in the app if they have it). These are (probably) Google Firebase links and they’re absolutely terrible. While they make life slightly easier for existing app users (saves one click but only if they go through the email), this implementation makes it way harder for others to reach the content. Either you get the app, log in there and part with fucking 300 MB of storage, or if you have no mainstream App Store, storage or time, you are forced to do a workaround: Desktop Mode (that may or may not work), rewriting the URL (difficult because it’s so long and includes https: several times, may require hex-decoding), or finding a computer. All this just to check one order from a store you’ll forget about next week.

    I have demonstrated that instead of just getting sent the desktop-friendly URL (and perhaps seeing a floating “Open in app” button at the destination), most users are put through extra nuisance that took effort to implement. Sure, some customers are frequent enough to use the app while most are happy with a website but once the business invests in the app, they will absolutely make sure everyone is pushed there despite it being less convenient for both parties.

    • bleistift2@feddit.de
      link
      fedilink
      English
      arrow-up
      19
      ·
      8 months ago

      extra nuisance that took effort to implement

      I think this point needs to be stressed more. It is dead simple to write a website that works well on mobile phones. In fact, the first ever website, without CSS, without any JS, without fancy HTML5 features, is mobile friendly: http://info.cern.ch/hypertext/WWW/TheProject.html

      It’s only when you start adding useless bells and whistles like floating shit in from left and right, tons of animations, side-by-side displays, overlays and whatnot that you need to start being competent to make it work on mobile.

      • ChaoticNeutralCzech@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        You are correct. I once tried to develop a multi-platform web app and getting the touch events right was a pain. But a somewhat basic ESP32 setup website worked on mobile without extra effort.

    • GeneralVincent@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      8 months ago

      (Numbers and some strings were changed but the gist and 604-character length remains.)

      Sooooo… were “labia.fart.cum” parts that were changed, or…??

    • hperrin@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      7
      ·
      edit-2
      8 months ago

      Most apps would do fine without a website. Most everyone has a phone, but a fair number of people don’t have a desktop or laptop. And pretty much everyone who has a desktop or laptop also has a phone.

      A number of currently popular apps don’t have a website, let alone a mobile friendly website.

      • bleistift2@feddit.de
        link
        fedilink
        English
        arrow-up
        10
        ·
        edit-2
        8 months ago

        You’re missing the main point: A web app works for both desktop and phone users. A mobile app doesn’t.

        And I, for one, don’t have a smart phone, though I’ll admit I’m lonely in this position.

        • hperrin@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          8 months ago

          A webapp sometimes works fine for phone users. There are things that websites can’t do on mobile. For example, on iOS, only the latest OS version has support for push notifications from PWAs, and even then, they can’t make noise or vibrations. They are always delivered silently. PWAs are also always rendered with WebKit on iOS. WebKit doesn’t support a number of features.

          Yes, a mobile app doesn’t help desktop users, but there are waaaaaaaay more mobile users than desktop users.

          • bleistift2@feddit.de
            link
            fedilink
            English
            arrow-up
            4
            ·
            8 months ago

            on iOS, only the latest OS version has support for push notifications

            they can’t make noise or vibrations

              • bleistift2@feddit.de
                link
                fedilink
                English
                arrow-up
                1
                ·
                8 months ago

                Only if you absolutely need some crucial bit of information the moment it arrives, in which case, email isn’t for you, since messages can take up to 3 days to arrive.

                • hperrin@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  8 months ago

                  I like having noisy push notifications for certain emails. I apologize if that’s not ok.

        • ChaoticNeutralCzech@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          You are not 100% alone. I technically have a smartphone but use it as a mini (5") tablet. My SIM is in a feature phone because greedy T-Mobile (Telekom in Deutschland) will not give me more than 1 MB/day for a decent price.

      • ChaoticNeutralCzech@feddit.de
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        8 months ago

        That depends on what kind of service you provide.

        Games more complex than 2048, video calls? Sure.
        Short video platform? Maybe.
        Commerce? Absolutely not.

        • hperrin@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          8 months ago

          Yes, that’s why I said most instead of all. And to be clear, I’m not a fan of apps without websites, that’s just how things are.