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.
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.
Holy shit, Canon convinced you to install a mobile app? Who’s holding the gun to your head? We’ll dispatch authorities as soon as possible.
Welcome to the browser wars. This has been going on a long time now.
always give a bad rating and if possible create a support request. let them know.
because they’re too lazy to program around custom chrome tabs
Chrome on Android = system App
Why Chrome = more Tracking Tracking TrackingIts all about Tracking
Chrome is not a system app on android.
Webview is a system app + Chrome itself. You need root otherwise you can just remove Updates and deactivating
To more or less avoid the problems mentioned here you can replace webview with Mulch and Mulch Browser (chromiun based) but requires root
Isn’t Mulch not maintained anymore, as it was maintained by DivestOS, which has shutdown?
https://github.com/Magisk-Modules-Alt-Repo/open_webview?tab=readme-ov-file Updated 3 month ago. Anyway its not the only aviable solution
Maybe not, but it is a default app, and the vast majority of people can’t be bothered to install something better.
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.
Time to stop shopping on Etsy.
Yeah it just sucks because i use it to support small business :/
It’s overrun with drop shippers anyway…
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.
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.
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.
I will give this a shot!
Doesn’t Firefox automatically spoof your browser when it has been reported to work better?
Give them a one star and let them know why
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
Chrome is the new Internet explorer. (Literally I guess)
Because they get more data from it.
Because 💲
Have you tried changing the user agent ? You need an extension for that
This is a native Android app from Canon (not a webpage) requiring to open Chrome instead of my default Firefox app.
Oof.
Apps are rarely native these days. Everything is a fucking webview.
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.
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.
Does it communicate via usb with the camera? If so it is probably because it uses webusb which is not implemented in Firefox https://caniuse.com/?search=webusb
I understand, but if the application opens the browser you have to make it believe that it is opening Chrome
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.
… which can only be fixed after rooting the phone.
deleted by creator
Revolut business is the same. Somehow you must have chrome on mobile if you want to send a bank transfer from desktop. (It opens a qr code that when scanned, only works with Google Chrome and not any other chromium browser)
Typically they have a dependency on something only one browser can do, and rather than using a polyfill or a better browser, force their bad technical decisions onto the user.
To be fair some things can’t be polyfilled, like the WebUSB API, as someone mentioned in the comments. But lots of the sites could fix their code so it works on Firefox, yeah.