• Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    176
    ·
    edit-2
    4 months ago

    As if they needed to check for ““compatibility”” at all - just let the users try their makeshift coded-in-a-weekend browsers, or their 2008 version of IE.

    The better question is why some websites even bother checking for the browser when the vast majority of people uses mainstream options that follow web standards and self-update.

    Checking the browser version kind of made sense 15 years ago when updating the browser depended on the user’s awareness and willingness of doing so, and the lack of standards across browsers was blatant. Nowadays that’s pretty much useless. The maximum these sites should be doing is displaying a banner letting the user know their browser might be incompatible (because it’s likely not in a way that prevents usage), then fuck off.

    • RegalPotoo@lemmy.world
      link
      fedilink
      English
      arrow-up
      85
      ·
      4 months ago

      I had a client once who used to be obsessed with this. By his logic, if a potential customer visited the website and had a bad experience because the site didn’t work properly in their browser, they’d think the company was unprofessional and wouldn’t come into the store and we’d lose them as a customer forever. Analytics showed that 99+% of people would visit in one of the big three, and he wouldn’t pay for someone to test the site on the less popular browsers, instead he insisted on fingerprinting logic that broke all the time and probably caused more bounces than any possible rendering quirks from niche mobile browsers would have caused

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        97
        ·
        edit-2
        4 months ago

        It’s ridiculous some people even consider blocking a browser completely and having a near 100% chance of turning away the customer that uses it instead of just letting the user browse and have a significant chance of nothing bad happening.

        People are not going to change browsers to visit this website unless they absolutely have to - in which case they’ll hate this company for it.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      21
      ·
      4 months ago

      Checking the browser almost never makes sense these days.

      Sites should be using feature detection instead. Rather than checking the browser version, instead check if the browser supports the features they require.

      • herrvogel@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        It’s more practical though, from a more general UX perspective where the U is often a non technical person. If you throw a “ur browser doesn’t support webserial(or whatever)” message up on the screen, you’re just gonna confuse tons of users who won’t even know what the hell you’re talking about. Easier (for everyone) to tell them to just use what you know works.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          9
          ·
          edit-2
          4 months ago

          The message doesn’t have to be technical and can still mention browsers - just say “your browser isn’t compatible with this site. Try updating it or switch to Chrome or Edge”. The idea is just that if someone with a non-Chrome and non-Edge browser tries to load the page and it supports the feature, they won’t see the message.

    • earmuff@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      9
      ·
      4 months ago

      The problem is that there are still features missing from certain browsers. For example, Mozilla does not like restrictive licenses, which is why many media codecs are not available in Firefox. Google does not care, pays the fees and provides the media codecs for free. As soon as we get rid of shit like h265 and switch to av1, the world will be a better (and more open) place where everyone can use any browser.

      • MonkderZweite@feddit.ch
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        2
        ·
        edit-2
        4 months ago

        For example, Mozilla does not like restrictive licenses, which is why many media codecs are not available in Firefox.

        Telling you that is the job of the browser, not of the webpage. Job of the webpage is, to provide a fallback if feature is not avalaible.

        • earmuff@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          4 months ago

          Kinda agree, but from a software developer perspective, there is no reason to maintain multiple code bases or exceptions just because 2% of the users might profit from it. The same thing happened in the past, when everyone had to have special CSS exceptions for IE6. But in that case it was worth it, as the marked share of IE6 was huge.

      • Honytawk@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        4 months ago

        Yeah, then just try to load the website.

        If something fails, blame the user. But don’t just block them based solely on brand of browser.

        • earmuff@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          4
          ·
          4 months ago

          That‘s the problem. If you show a damaged or non working website, the user assumes it is a problem of the website, then thinking negatively about it. Unfortunately the world is not as easy as you see it :)

  • Zacryon@feddit.de
    link
    fedilink
    English
    arrow-up
    96
    arrow-down
    3
    ·
    4 months ago

    If it’s a website which only works with a specific browser, it’s a shitsite.

    • Mango@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      At that point it’s not even a website. It’s just content for the app. Calling it a website is like calling my Minecraft base a website.

  • LazaroFilm@lemmy.world
    link
    fedilink
    English
    arrow-up
    87
    ·
    edit-2
    4 months ago

    Companies like chrome because it’s the most used browser. So if they develop for it, and only for it without caring of compatibility on others, then it’s cheaper. And since they don’t want you to use another browser and complain that their site is broken, the just block you.

    • invertedspear@lemm.ee
      link
      fedilink
      English
      arrow-up
      41
      ·
      4 months ago

      Which is kind of dumb, because if you target Firefox you are writing to a standards compliant browser that means your code should work on all other browsers. Chrome came when IE still owned the internet and their goal was to offer a faster browser that still worked, so now chrome has a bunch of hacks coded into it.

      • sysadmin420@lemmy.world
        link
        fedilink
        English
        arrow-up
        23
        ·
        4 months ago

        Sometimes the president or CEO just doesn’t give a shit even when devs tell them otherwise.

        Devs don’t always get a lot of choice when the upper management thinks chrome is better

        It’s why baracuda only really advertised in airport terminals everywhere.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          2
          ·
          4 months ago

          Devs don’t always get a lot of choice when the upper management thinks chrome is better

          The devs can tell management they’ll make it work on Chrome while really making it work cross-browser. It’s not too hard to make a site cross-browser these days, except for Safari sometimes having weird bugs.

          • ThePowerOfGeek@lemmy.world
            link
            fedilink
            English
            arrow-up
            8
            ·
            edit-2
            4 months ago

            Pfft, who would do that? As a Firefox user myself I never would. Carve out a bit of time on the down-low to enhance cross-browser support on a website after management shortsightedly told me to just block anything other than Chrome? No no no! Not me!

            Of course as others here (including you) have pointed out, it’s much less of an issue these days. Though it does still happen, it’s nowhere near as bad as the IE days (that browser can burn in hell for all eternity!).

    • Arfman
      link
      fedilink
      English
      arrow-up
      29
      ·
      4 months ago

      Shouldn’t they just commit to follow the web standards? Most modern browsers strive to follow those standards.

      • Black616Angel@feddit.de
        link
        fedilink
        English
        arrow-up
        29
        ·
        edit-2
        4 months ago

        Well chrome should, yes. But they don’t.
        Then some JavaScript framework developers think “well this non-standard feature is neat, let’s use that everywhere” and then companies who use their framework (or a framwork dependent on it) can’t support all browsers.

        It’s a multilayered problem (as always) with lots of individually decisions that make sense, but don’t work out in the end (as always).

    • newjunkcity@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      11
      ·
      4 months ago

      I think the most annoying thing here is the decision to blanket ban other browsers. Why not just have a little drop-down bar at the top that says ‘You may encounter issues, we recommend browsing this site with Google Chrome’, instead of completely blocking access? The cynic in me suspects it’s linked to advertising.

      If one changes the user agent in Firefox so that it announces itself as Chrome, most of these sites work just fine. Adobe Express is the last example I tried.

      • LazaroFilm@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 months ago

        Because that would reveal that their site is flawed, instead of blaming the customer for not using the right browser.

        • aluminium@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          Doesn’t have to be, some features are only available in certain browsers (usually Chromium). For example AFAIK Chromium is the only browser that allows you to connect in the browser to Bluetooth devices, its the only browser that can access for example a phone’s NFC chip or that can interact with USB devices.

          • LazaroFilm@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            4 months ago

            That’s my point. Example, meet Sarah. Sarah goes to www.megacorp.com to pair her new MegaDevice via NFC. She gets to the pairing page and there’s only a small banner that tells her her browser may not work. She doesn’t see it and starts the syncing. It fails repeatedly. Her first thought will be “O… Mygod! mergacorp’s website is like, so. Broken!” Now example B: Sarah goes to the website and sees “WRONG BROWSER, use chrome instead” on the screen in big. Now Sarah thinks “Oh, I’m stupid, it’s my bad, I should use Chrome instead instead of Firefox. Firefox is the worst”. Then end.

  • Snoopy@jlai.lu
    link
    fedilink
    English
    arrow-up
    79
    arrow-down
    1
    ·
    4 months ago

    Ads and tracking ? Browser with the largest market share ? Well, we are back to IE6 monopoly. :(

    • m-p{3}@lemmy.ca
      link
      fedilink
      English
      arrow-up
      18
      ·
      4 months ago

      Largest marketshare to check for compatibility, while ignoring all the other browsers.

    • huginn@feddit.it
      link
      fedilink
      English
      arrow-up
      15
      ·
      4 months ago

      It’s almost certainly market share. Easier to just slap a “use chrome” check on it than to spend any dev time supporting the others.

      • Slotos@feddit.nl
        link
        fedilink
        English
        arrow-up
        20
        ·
        4 months ago

        On the other hand, if it works in Firefox, it’s likely to work everywhere else.

        I use Firefox for development and then, barring some weird chrome bug, things just work everywhere.

          • sfxrlz@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 months ago

            Even though they’ve been into some predatory micro loaning schemes in the last last years (opera)

        • squid_slime@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          Eco system, email, google account, all bookmarks saved between devices. Where as Firefox you’ll need to actively make an account. Chrome also come pre installed on some systems, ive also seen that many installers for random software will offer to install chrome.

          Its all subtle manipulation that leads to people using chrome because everyone uses chrome.

          Personally I use Firefox based browsers. I font want to support google.

  • Seigest@lemmy.ca
    link
    fedilink
    English
    arrow-up
    66
    ·
    4 months ago

    I found a bug once in our content that only affected Firefox. Old versions of articulate whouldnt start properly. Not somthing I could fix on my own as i meeded anyoher department. I brought it to the attention of the managers. They didn’t want to fox it as apprently Google analytics showed only .4% of our user base was using Firefox. I manged to convince them its part of our user commitment to ensure that we work consistently across all browsers, but it was a pain.

    • Moonrise2473@feddit.it
      link
      fedilink
      English
      arrow-up
      33
      ·
      4 months ago

      That’s the main issue of using analytics and telemetry on something that’s used by power users: most of them disable/block them, so the real reported usage is much lower

    • kent_eh@lemmy.ca
      link
      fedilink
      English
      arrow-up
      30
      ·
      4 months ago

      Google analytics showed only .4% of our user base was using Firefox.

      Maybe it was that low because the site didn’t work properly on Firefox…

      • ilinamorato@lemmy.world
        link
        fedilink
        English
        arrow-up
        15
        ·
        4 months ago

        Exactly. When the planes come back from battle, you put armor on all the places where the bullet holes aren’t, because that’s where the planes that didn’t make it back were shot.

    • yeehaw@lemmy.ca
      link
      fedilink
      English
      arrow-up
      25
      ·
      4 months ago

      If only being part of the .4% was like being part of “the 1%”.

  • fitgse@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    1
    ·
    4 months ago

    🍻here’s to all the developers out there who makes sure there site works great not only with Firefox, but also with ublock origin and piholes!

    It is always shocking to me how many sites or apps completely fail to load if you dare block google analytics!

  • tal@lemmy.today
    link
    fedilink
    arrow-up
    53
    arrow-down
    2
    ·
    edit-2
    4 months ago

    https://gs.statcounter.com/browser-market-share/mobile/worldwide

    According to this:

    On the desktop, Firefox has about 6% marketshare, and Edge, the Windows default, about 11%.

    On mobile, however, Firefox is at 0.5%, and Edge at 0.3%.

    A lot of people only browse the Web on a mobile platform. And the ones using those tend to use the default browser bundled with their phone; if what they have out-of-box works, they’re not going to install anything else. Apple bundles Safari, and Google bundles Chrome, so that’s what gets used.

    • Ashu@lemmy.zip
      link
      fedilink
      English
      arrow-up
      50
      ·
      4 months ago

      That’s why I started setting Firefox as the default browser on my family’s phones. They were too annoyed by ads and almost got scammed once. With Firefox and uBlock Origin it’s like magic for them. Plus they don’t visit any non-mainstream websites so they’ll never encounter such a screen.

      A small step to a better web-browsing experience for all of us.

    • Venator@lemmy.nz
      link
      fedilink
      English
      arrow-up
      17
      ·
      4 months ago

      It still doesn’t explain all the extra work of detecting and intentionally blocking firefox…

      • Nighed@sffa.community
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        4 months ago

        Something didn’t work on Firefox and the dev didn’t get permission to work out how to fix it as it was uneconomical compared with just disabling firefox

      • tal@lemmy.today
        link
        fedilink
        arrow-up
        3
        ·
        4 months ago

        I expect that they had something break on it and decided that it wasn’t worth the time spent fixing it, so they just blocked it so more users didn’t run into it. A simple message may be annoying to them, but at least they have a straightforward workaround then.

        I mean, don’t get me wrong, I use Firefox on both mobile and desktop, but it’s not too hard to see why they’d do a cost/benefit analysis like that. No one company is in the business of trying to do antitrust work, to avoid a browser monopoly, and that’d be the reason why it’d be important to have competing browsers.

    • Honytawk@lemmy.zip
      link
      fedilink
      English
      arrow-up
      17
      ·
      4 months ago

      The point of a commercial website is that it is accessible from everywhere at every time.

      It does not make sense to exclude an entire customer base just because you don’t want to support multiple platforms.

    • TheHarpyEagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      4 months ago

      Important to note as well that both Edge and Opera along with Chrome (and many other niche browsers) are based on Chromium, giving them an even bigger spread of users that are using the same browser from a compatability standpoint.

    • Dragster39@feddit.de
      link
      fedilink
      English
      arrow-up
      24
      ·
      4 months ago

      4%, absolute madman, probably only had time to make this post and can’t answer comments anymore

  • reddig33@lemmy.world
    link
    fedilink
    English
    arrow-up
    48
    arrow-down
    4
    ·
    4 months ago

    Because they hire cheap developers who don’t know what the fuck they are doing?

    • Whelks_chance@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      4 months ago

      Is very possible to know exactly what should be done, but not have the time available to achieve it.

      • xia@links.hackliberty.org
        link
        fedilink
        English
        arrow-up
        18
        ·
        4 months ago

        I would sooner blame the management, that would even think of excluding “untested” or “unsupported” browsers, like some kind of technofacist dictator, instead of choosing a helpful “if you’re having problems with our shit site, use chrome” message… or even literally doing nothing… everything is broken these days, and a half-functional site is better than an intentionally-broken one.

        • rustymitt@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          The tools and knowledge exist to make building standards compliant web applications just as easy, if not easier, than chrome-only web applications. It’s not the responsibility of management to use those tools or acquire that knowledge.

          Unless you’re using some fancy WebGPU shit. I don’t think we’re talking about some fancy WebGPU shit.

  • DesertMagma@lemmy.world
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    1
    ·
    4 months ago

    Well good thing my employer runs a script every 15 min to set the default browser to Edge.

    • Hello Hotel@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      4 months ago

      run a script to set the default browser back to chrome just after it changes, using some timer estimation magic also… try taskkill

    • linearchaos@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      4 months ago

      They probably get better metrics off of you running corporate logins and edge. Edge is equivalent to Chrome It supports all the same plugins.

      It’s probably just secops picking the low hanging fruit dissuade you subverting network security.

        • linearchaos@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          4 months ago

          When I say that Edge is equivalent to Chrome, I don’t mean that Edge is exactly Chrome It’s not what I said and it’s not what I meant. I mean that for all intents and purposes you can use edge for anything you want to use Chrome for. Major differentiation is that you’re giving all of your data to Microsoft in lieu of Google. And you could look at all the other chromium base browsers and say yeah you could do the same thing with those but in this case we have a business user. There’s businesses are probably already running Microsoft networks. They might very well already have Microsoft SSO. Edge is going to have all kinds of great tie-ins to active directory policy. So secops/it is going to try to force you to use Edge, instead of say Firefox with a barely have any control over or maybe brave where you’re going to try TOR or IPFS and just basically be a stain on their HIDS board.

  • Kbin_space_program@kbin.social
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    4 months ago

    Because Firefox has better XSS detection than Chrome and will block adware sites from injecting tracking that Chrome completely allows.

      • Kbin_space_program@kbin.social
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        4 months ago

        In my experience of using the traffic inspection tool fiddler: for https sites you have to have it add its own self signed cert to be able to see traffic.

        Firefox, out of the box, detects it immediately and warns you of a security issue, not letting you do anything.

        Chrome, and chromium based browsers,
        don’t even notice it and happily let you do what needs to be done.

        I’ve had the experience of a few sites not working recently in Firefox, one of them explicitly stated an ad server was blocked because of xss settings and refused to load. Chrome didn’t care.