Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

379
Views
Button for Install/Open PWA (standalone) Desktop only

I want to achive feature for install/open button with PWA application my goal is:

  • make button on my website for install PWA (i achive this)
 let installButton = document.getElementById('pwa-install');
 let prompt;
 window.addEventListener('beforeinstallprompt', function(e){
     e.preventDefault();
     prompt = e;
 });

 installButton.addEventListener('click', function(e){
     prompt.prompt();
 })
  • check if PWA is installed (if its possible)
  • change button value for Open App and after click open the standalone application

my question is... there is any way for open prompt like chrome after user install PWA the icon change and chrome propose "Open Application"?

Im talking here only for desktop i dont use PWA for mobile devices. I searched for something like this but only what i found is button for install and i wonder if it is even possible make button for open PWA as standalone app.

Thanks in advance for any help

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!