Questions tagged as 'pwa'

0
answers

help on github [closed]

Hello, I'm still a baby in the programming universe and this is my first interaction with stackoverflow, so please if I do some bullshit please help me. link to github: Recycle Oil Project I have a project in github, actually a draft pro...
asked by 13.07.2017 / 04:27
1
answer

Execute js Service Worker function even with the browser closed or minimized

Recently I'm using Service Worker, I came to see some examples and the documentation that has google labs, but I confess that I'm having a hard time understanding how I can create a function in Service Worker, which should be executed every tim...
asked by 06.04.2018 / 04:20
1
answer

Clear vue-router history when loading main menu

In a PWA I am using VueJS and I am having problems with the back button of the smartphone, because when I use it PWA does what is most logical and returns to the previous screen. But I just log into PWA and log in and when I use the back butt...
asked by 12.04.2018 / 16:41
1
answer

Scope of service-worker?

I'm working on a PWA and would like to know if the scope or directory where the service-worker file is located might interfere with, for example, push notifications. Does a file within /statics/sw.js work in the same way as one that is...
asked by 17.04.2018 / 15:50
1
answer

Detect if pwa was added to the desktop

I'm developing a website, using PWA concepts, for management. My intention is to allow the user to add it to the work area. As soon as it does, I want to hide a% div of my page. My doubt is how to identify if my web application has started...
asked by 21.12.2017 / 15:48
1
answer

How to identify updates on the server with Service Worker?

Is it possible to identify that there was an update on the server, that is, there was an update in the page (HTML) or style (CSS), and make the request to the server to fetch the updated data? If so, how?     
asked by 25.01.2017 / 15:44
0
answers

Prevent "pull to refresh" in PWA

What techniques can I use to prevent the user from refreshing the page by pulling the Smartphone up and down? I tried the following in css html, body { overscroll-behavior-y: contain; } But it does not seem to work in all browsers....
asked by 19.12.2018 / 17:48
1
answer

Build Web application-based mobile application

Good night everyone, I am participating in a volunteer project to a group and we have a web application ready, developed in PHP with the Laravel framework. We need a data inclusion form of this application to be created also for mobile environme...
asked by 29.10.2018 / 23:01
0
answers

Saving Cached Files in PWA

In developing a Progressive Web App (PWA) is it possible to store cached files online for offline access to ensure that the application continues to function while at the same time saving on bandwidth? Well, it is possible to save images or f...
asked by 20.08.2018 / 21:57
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