• cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    25
    ·
    4 days ago

    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.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        edit-2
        4 days ago

        Why install a native app when a website can do it?

        • thingsiplay@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          4 days ago

          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.

          • dan@upvote.au
            link
            fedilink
            arrow-up
            8
            arrow-down
            1
            ·
            edit-2
            4 days ago

            not dependent on the server

            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.

            • thingsiplay@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              4 days ago

              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.

      • cmnybo@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        6
        ·
        4 days ago

        Not for what I need. Some of them have an electron program, but that’s just chrome bundled with a web app.