Progressive Web Apps or PWA are mobile applications based on websites developed with HTML, CSS and Javascript programming languages, so only a browser is necessary to access the web app; In addition, they can now control elements of our device and send push notifications to user devices.
Native applications are complex, robust and storage-heavy applications. PWAs also allow you to perform complex and robust actions such as connecting with databases among others, but the weight of the application in storage is much lower
Another difference that PWAs have vs native applications is the production and modification time since they are based on a web structure, it is enough to create or update the content that we have on the server and our application will be ready for all users .
We only need to create our responsive application and we will have access through all devices such as: Tablets, Cellphones and computers. It is developed only once and when it runs on a tablet the content will be available on each device
The short answer is yes. Being a web-based application, the code is universal, therefore all devices will be able to read it and have access to it.