Desktop PWA support for React Studio apps

React Studio
2 min readJan 7, 2020

--

Starting in Chrome version 73, Progressive Web Apps (PWA’s) are now supported on all desktop platforms, including Chrome OS, Linux, Mac, and Windows. Previously installing PWA has been available only for mobile (Add to home screen).

This means you can “install” your progressive web app into your computer just like any other app. You’ll get the app icon and app opens into its own window without the browser toolbars or other distractions.

Read more about the PWA desktop support here:https://developers.google.com/web/progressive-web-apps/desktop

How to Make your Progressive Web App desktop ready

Enable “Offline support” in your React Studio projects App settings block
Click Mobile preview, PWA needs to be in server to be installable.
Open the webpage and click Install <Your app name>
App get’s installed and the app icon is created
When you open the app from App icon the app opens in separate window and feels almost like native app.

--

--

React Studio
React Studio

Written by React Studio

The premium app design tool for the most advanced JavaScript UI library — React JS www.neonto.com/reactstudio

No responses yet