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?
always give a bad rating and if possible create a support request. let them know.
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.
They aren’t worried about adblocking, but the cookie/tracker blockers that come with adblockers. They gotta know everything about you ya know
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.
Time to stop shopping on Etsy.
It’s overrun with drop shippers anyway…
Yeah it just sucks because i use it to support small business :/
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.
Chrome is the new Internet explorer. (Literally I guess)
Give them a one star and let them know why
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.
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
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.
I understand, but if the application opens the browser you have to make it believe that it is opening Chrome
@[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.
For that you need a ROM that supports signature spoofing, but it should be possible, just not for the common user, sadly
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
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.
Oof.
deleted by creator
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.
Because they get more data from it.
Welcome to the browser wars. This has been going on a long time now.
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
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.
But this is just for sign in right? Its a fking native app
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.
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.
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
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.
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.
Because 💲
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