E
E
Evgeny Zalivadny2020-12-08 14:26:48
Mobile development
Evgeny Zalivadny, 2020-12-08 14:26:48

How are Progressive Web Applications inferior to native mobile applications?

I met the opinion that PWA is almost as good as native mobile applications. What are their key differences and what cannot be implemented using PWA?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Bannikov, 2020-12-08
@Nordihan

Ilya wrote about the benefits

How are Progressive Web Applications inferior to native mobile applications?

And they are inferior:
1. No access to native APIs. You can’t, for example, make a fingerprint login or make a background application
2. Difficult to achieve native UX
3. They can’t be published in the app store

S
sergemoskalenko, 2020-12-09
@sergemoskalenko

First of all, such an application will not appear in the Apple AppStore

I
Ilya Olovyannikov, 2020-12-08
@cannibal_corpse

Hey!
1. Cross-platform - no need to think about performance on the platform. The main thing is to have a browser and Internet access.
2. Everything works on Javascript, the logic is quite simple, as well as Service Workers (offline mode, push notify, etc.)
- No need to write different versions for Android and iOS (and Windows)
- No need to register on Google Play and App Store and pay for this
- Direct access to the desktop is open

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question