Hacker News new | ask | show | jobs
by pjmlp 2697 days ago
They are called PWA, not WA, with P meaning Progressive.

The idea is that the app should check for available browser/OS APIs that progressively enhance user's experience.

And no they aren't necessarily just a native app with a webview, on UWP a store delived PWA has full access to the UWP APIs, just like .NET and C++, no need to write extra FFI manually.

No need for Frankenstein solutions like Cordova.

https://developer.microsoft.com/en-us/windows/pwa

https://docs.microsoft.com/en-us/microsoft-edge/progressive-...