These features are incredibly powerful for building Progressive Web Apps and fascinating the user.
In the last years, browsers have implemented many features focused on performance and security, but other very interesting ones have been taking place, bringing news about user experience.
I gathered the recent features that caught my attention. If you know others, leave in the comments so I can add it in this article :)
Credential Management API
Allows the user to login using your own browser, avoiding the need to implement forms with login / password.
https://developers.google.com/web/fundamentals/security/credential-management/
Web Share API
Allows the user to share links and files with other device apps (WhatsApp, Instagram, Notes, etc.)
Web Payments API
Allows the user to make credit card transactions using their own browser. User can control sensitive information, select credit card, etc. Very cool!
https://developers.google.com/web/fundamentals/payments
Picture-in-Picture
Allows the user to continue playing video content by overlaying other apps in the corner of the screen.
https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture
Web Speech API
Allows the browser to "hear" and "understand" audio from the user's microphone. That way you can use voice commands or maybe even implement a new Siri.
https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture
Have you used any of those? Share it in the comments!
Top comments (0)