Well you have more control over it and not dependent on the server. Also it should be more private I guess. I’m not judging, just asking if there was no native app that you felt forced to use a worse browser.
It doesn’t have to be - a developer could also provide a HTML file that the user can download and open locally.
And to be honest, if someone had to build a user-friendly cross-platform GUI app for connecting to some sort of serial device, they’d probably just end up using web technologies (Electron or Tauri) anyways. May as well avoid the extra overhead of Electron.
I encountered such programs in the past. It’s basically simple HTML with JavaScript, to run with my “favorite” browser and not being packaged as an Electron app. But that is very rare. Still better than dependent on the server, which solves a huge issue (which was my point). But the other point isn’t solved, if the person is “forced” to use a browser he or she does not like.
It’s about time. I hate having to use another browser so I can use a few web apps that need to connect to serial devices.
Aren’t there native applications being able to do that?
Why install a native app when a website can do it?
Well you have more control over it and not dependent on the server. Also it should be more private I guess. I’m not judging, just asking if there was no native app that you felt forced to use a worse browser.
It doesn’t have to be - a developer could also provide a HTML file that the user can download and open locally.
And to be honest, if someone had to build a user-friendly cross-platform GUI app for connecting to some sort of serial device, they’d probably just end up using web technologies (Electron or Tauri) anyways. May as well avoid the extra overhead of Electron.
I encountered such programs in the past. It’s basically simple HTML with JavaScript, to run with my “favorite” browser and not being packaged as an Electron app. But that is very rare. Still better than dependent on the server, which solves a huge issue (which was my point). But the other point isn’t solved, if the person is “forced” to use a browser he or she does not like.
Not for what I need. Some of them have an electron program, but that’s just chrome bundled with a web app.