14
are pwas cooked?
(aifoc.us)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
I've noticed a lot of consumer embedded products have been using PWAs for flashing and configuring devices (Meshtastic, Meshcore, Betaflight, am32 configurator, etc). I have to open Chromium to use them because they don't work with my normal browser (and I probably don't want my normal browser being able to access arbitrary USB devices).
It has a permission check, just like location access, microphone access, webcam access, etc.
Do you prefer to have everything as a native application then?
I guess there's a blurry line between an "application" and a web site. But, generally, for open source applications, I'd rather them be native. Preferably, the applications would actually be native (e.g. Qt, GTK, Jetpack Compose, etc).
No, there's a clear distinction between a native application and a website. I could go on and on about my hate for native app and it's difficulty to develop for more than one platform, but the point is only SOME apps needs to be native IMHO. Apps like CAD, multimedia editor and player, server application, and developer toolchain. Something like instant messaging, video conference, multimedia streaming, forum can be a web app.