Ken Ho57mo agoHere's my 2 cents on PWAs.
PROs:
- Looks and feels like an actual app.
- Affordable as you only need a web developer to build it
- Very easy to set up + Cross-platform compatible (since it is web-based)
- Can be integrated into native apps (using a webview) later on
- No installation needed (just save to homescreen).
CONs:
- No push notifications (using WhatsApp push is a good idea, but you are limited to templated messages)
- Can't access certain native app capabilities / APIs
- Can be complicated for users to understand (save to homescreen). You will need to create a popup/prompt to educate them on how to do it. For Android, it requires Chrome (may not work with certain browsers that come built-in with the phone)
- Does not save cookies long term (for iOS)
I would say PWAs are great for most online services/tools, and great for light usage.


