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.
Comment on Why Chrome only?
CrackedLinuxISO@lemmy.dbzer0.com 5 weeks 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 flashing malware onto a physical device outweighs the benefits.
Obi@sopuli.xyz 5 weeks ago
mexicancartel@lemmy.dbzer0.com 5 weeks ago
But this is just for sign in right? Its a fking native app
CrackedLinuxISO@lemmy.dbzer0.com 5 weeks 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.
L0rdMathias@sh.itjust.works 4 weeks 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.
mexicancartel@lemmy.dbzer0.com 5 weeks 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