It’s possible if the OS wants to support it. Current ones limit what OS-level things web apps can do for security reasons, and pipe those higher-risk things through the gated App Store apps instead.
If an OS were using web apps as the primary method of delivering apps, web apps made for it could end up being about as good as native apps. Depends on the decisions they make and the app talent they attract.
Kid_Thunder@kbin.social 1 year ago
It should be able to with no problem. It isn't that it is web-based but that essentially, a developer can use JavaScript in the React Native framework that exposes the OS. In other words, developers can use JavaScript to do things native apps can do. This isn't new at all and has been refined for years.
These do have a bad reputation for things like Electron (performance concerns) and node.js (security concerns).
I personally avoid software based on these technologies but then again, I also avoid Amazon devices too but some people love them.
guy@lemmy.world 1 year ago
I have very low hopes that Amazon will add features to the SDK that expose the necessary parts of the OS. It’s that interface that matters and I’m almost certain it will be very locked down and minimal. Android has had plenty time to mature; the SDK is massively featureful