I always see people complaining about updates, but I haven't been forced to update for months. Is this some machine-specific configuration or is Windows Insiders' update model different?
I've heard of Ionic/Cordova which gives JS apps the ability to access native APIs, but haven't used it to see if it's truly capable of all functionality
One of the issues I find is the lack of compatibility across the various mobile browsers.
As I'm building a PWA, I'm finding certain Web APIs that were intended for PWAs to be incompatible on Firefox/Safari, which defeats the purpose of "write it once/works everywhere on the web". For example, the Web Share Target and install prompt APIs have regressed from a W3 standard to a Chrome-specific standard.
I'm looking into Capacitor/Cordova as an alternative in the meantime.