Questions tagged as 'pwa'

4
answers

What are Progressive Web Apps?

Hello, I have read references there, and to complement our community, follow the questions. What exactly is Progressive Web App (PWA) or Web Application Progressive? What are the advantages compared to native and / or hybrid applications?...
asked by 20.09.2016 / 19:01
3
answers

What technologies can I use to create a PWA

I've already seen What are Progressive Web Apps? and google documentation, but I still have a question: What technologies are available that can be used to create a progressive web application? In addition, of course HTML, CSS and JS. Fo...
asked by 30.04.2018 / 22:10
1
answer

PWA - How to use the beforeinstallprompt event?

I have a Progressive Web Apps and am trying to create a function to know how many users "install" or not my app. According to the documentation ( link ) I have added the following code below the function that calls the Service Worker.js:...
asked by 30.08.2017 / 15:18
0
answers

Push Notifications on Android with PWA

I have a PWA (Progressive Web Application) that was created using VueJS in conjunction with a web system. And for push notifications Firebase Cloud Messaging was used, but I'm having a problem receiving push notifications with PWA installed o...
asked by 11.04.2018 / 21:24
0
answers

PWA vs Android Native App Communication

Friends, I have an application for internal use in the company in PWA. And for a new demand we will need geo location in real time. Features that we do not have yet in the service worker and are not expected to be released ... And we're starting...
asked by 16.11.2018 / 17:55
0
answers

What is the difference between "Instant Apps" and "Progressive Web Apps" (PWA)

I've heard a lot about Instant Apps and Progressive Web Apps (PWA). I saw that they have some thing in common, but as I am a layman in the area, I had some doubts. What would actually be the advantages of one over the other (pros and con...
asked by 12.04.2018 / 14:01
2
answers

Position: fixed, use or not use? Substitutes

I recently attended a lecture by Sérgio Lopes , in which he says that NO you should use position fixed in mobile. According to him, this position poses huge problems in the mobile browser, like what happens when zooming in. However, I'm ha...
asked by 24.03.2018 / 20:05
1
answer

PWA installation banner settings

I have a PWA that was built using VueJS and I would like to know if it is possible to display the installation banner more than once, since it currently only asks once if the user wants to install PWA. I wonder if it is possible to display th...
asked by 03.05.2018 / 19:09
0
answers

Why are native methods like navigator.onLine of network verification not working correctly?

I'm creating a PWA application and the first step will obviously be to check the network. There are three known methods: use the global variable 'navigator.onLine' use 'ononline' and 'onoffline' events in the 'body' tag perform an 'xmlht...
asked by 30.01.2018 / 15:09
0
answers

Service Worker caching an asp net core 2.0 application

I can not meet the specifications of progressive web apps because my service worker does not cache the web app. Follow the code: self.addEventListener('install', e => { let timeStamp = Date.now(); e.waitUntil( caches.open('...
asked by 12.10.2017 / 14:51