• Gagootron
    link
    fedilink
    English
    222 months ago

    That reminds me of PayPal. I can’t use my hardware sevurity key to log in on mobile… Unless I enable desktop mode in firefox. Then it works

  • @[email protected]
    link
    fedilink
    English
    16
    edit-2
    2 months ago

    If it’s trying to talk to a device over Bluetooth or USB, it’s not supported in Firefox. Mozilla refuses to implement WebUSB because they think the danger of letting people accidentally flash malware onto a physical device outweighs the benefits.

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        1 month ago

        It’s probably using WebView, or whatever it’s called where an android app brings up a browser window. If you have Firefox as your default web browser, apps will use it instead of chrome. It’s usually pretty nice, because if you have adblock in Firefox you also get adblock in the app.

        It’s possible that the sign-in webpage wants to talk to the camera before returning control to the app.

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          To build off this comment; it’s likely the result of careless design. It is possible to code applications to avoid this issue, but it is technically a Firefox specific issues so it’s not something a mobile developer would default to consider.

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          I guess you are talking about the in app browser thing and not the webview. I just don’t get sign in requiring communication to the camera. Its things you usually do after signing in. But idk maybe a weird implementation

    • @[email protected]
      link
      fedilink
      English
      22 months ago

      Yeah this is the remote shooting app, for camera control, it’ll use Bluetooth to establish connection with the camera and then switch to WiFi for live view.

  • @[email protected]
    link
    fedilink
    English
    111 month ago

    Looks they failed to implement “open in default browset” and used “open in chrome” instead. Or maybe it has a stupid check if chrome is installed before opening link externally to avoid problems

  • katy ✨
    link
    fedilink
    English
    532 months ago

    because they’re too lazy to program around custom chrome tabs

  • cheers_queers
    link
    fedilink
    English
    712 months ago

    I just downloaded firefox focus, and etsy wont let me log in with it because it has adblocking. even to track a shipment. They even stopped putting the tracking number in the shipment email so i cant go directly to usps. Im sick of being railroaded into giving up my privacy.

    • @[email protected]
      link
      fedilink
      English
      362 months ago

      I have an very long blacklist of companies for this reason.

      The problem with standing up for your privacy is that it massively diminishes the resources available to you. I’m down to shopping at Costco as a single adult, because I had to say fuck you to Target recently, and my local grocery store was busy doing anti-union bullshit at the same time. So I’m driving further and probably paying more in the long run.

      But they aren’t principles if you don’t have to give something up to stick by them.

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      They aren’t worried about adblocking, but the cookie/tracker blockers that come with adblockers. They gotta know everything about you ya know

  • ohellidk
    link
    fedilink
    English
    42 months ago

    Maybe it’ll accept brave browser? Not that I’d use that browser as my daily…

  • @[email protected]
    link
    fedilink
    English
    72 months ago

    Ecobee also requires chrome, but had a work around. Not sure if it’ll work here, but ecobee said to hit the 3 dot menu and choose open in app after the login failed and that logged you in.

    • @[email protected]
      link
      fedilink
      English
      12 months ago

      Wait, what exactly does Ecobee require chrome for? I was looking to replace my Nest thermostat with an Ecobee.

      • @[email protected]
        link
        fedilink
        English
        0
        edit-2
        2 months ago

        Logging in via the app. It launches the browser. If using Firefox you have to do the extra step I mentioned.

        Here’s the screen.

          • @[email protected]
            link
            fedilink
            English
            12 months ago

            It’s really not bad. Sign in, goes to a page that just says not found. 3 dot>open in app and you’re in.

            • @[email protected]
              link
              fedilink
              English
              22 months ago

              If I can’t control something 100% local, I don’t buy it. If it requires an online account in any way, it’s trash.

              • @[email protected]
                link
                fedilink
                English
                12 months ago

                I don’t recall if it was mandatory during setup or not. I can control it locally when the internet is down, at least from the wall, I don’t think the app would work. But again, I wanted the remote features so I didn’t even try to set it up without an account.

                Home assistant may work as well, but I don’t use it.

        • Ziglin (it/they)
          link
          fedilink
          English
          11 month ago

          Firefox gives me a popup (for YouTube at least). I think this might be outdated.

  • Jehuty
    link
    fedilink
    English
    952 months ago

    SO many corporate/govt websites do this. My health insurance and credit card company do it. It’s mind boggling. I always keep some variation of Chromium installed to deal with it and then go back to LibreWolf.

    • @[email protected]
      link
      fedilink
      English
      76
      edit-2
      2 months ago

      I’ve not used LibreWolf, but assuming that Firefox addons are generally compatible, it might be worth trying Chrome Mask. It’s made by a Mozilla employee.

      • SeekPie
        link
        fedilink
        English
        12 months ago

        Doesn’t Firefox automatically spoof your browser when it has been reported to work better?

  • alfredon996
    link
    fedilink
    English
    332 months ago

    Have you tried changing the user agent ? You need an extension for that

    • s08nlql9OP
      link
      fedilink
      English
      562 months ago

      This is a native Android app from Canon (not a webpage) requiring to open Chrome instead of my default Firefox app.

        • @[email protected]
          link
          fedilink
          English
          92 months ago

          If this was a web view they wouldn’t even need this screen since it could just done in the “app” itself instead of needing to open an external browser.

        • @[email protected]
          link
          fedilink
          English
          212 months ago

          If this was a web view they wouldn’t even need this screen since it could just done in the “app” itself instead of needing to open an external browser.

      • alfredon996
        link
        fedilink
        English
        62 months ago

        I understand, but if the application opens the browser you have to make it believe that it is opening Chrome

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          1 month ago

          @[email protected] try making a dummy app with com.google.chrome(not sure) as package name and login again. Maybe the browser check get bypassed and it opens in the default browser.

          • alfredon996
            link
            fedilink
            English
            11 month ago

            For that you need a ROM that supports signature spoofing, but it should be possible, just not for the common user, sadly

            • @[email protected]
              link
              fedilink
              English
              11 month ago

              I don’t think that app check signature or so. Its probably checking if app exist or not. Except if the app launches chrome by its indent action instead of normal link opening method

              • Ziglin (it/they)
                link
                fedilink
                English
                11 month ago

                Checking the signature seems like it would be good practice. But that doesn’t mean that they do.

        • @[email protected]
          link
          fedilink
          English
          32 months ago

          But you can’t make a native app think it is opening Chrome when it’s opening Firefox with just an extension. The extension only changes things inside the browser, but the Canon app probably checks the app ID of the browser it’s opening, which is done at the level of the Android system, and which is not affected by the extension.