Skip to content Skip to sidebar Skip to footer
Showing posts with the label Progressive Web Apps

Web-share Api Level 2 Pdf Support

I am using web-share level 2 for my PWA app. Every media format is working fine except PDF. Web api… Read more Web-share Api Level 2 Pdf Support

How To Register A Service Worker From Different Sub Domain

I have two subdomains: https://abc.xxxx.com and https://xyz.xxxx.com. So my questions: 1). is it p… Read more How To Register A Service Worker From Different Sub Domain

Why Does Upload Image Via Camera Work On Mobile-safari But Not As Ios Pwa?

I have a webpage with PWA capabilities. On iOS safari I do get the usual OS dialog asking me if I w… Read more Why Does Upload Image Via Camera Work On Mobile-safari But Not As Ios Pwa?

How To Programmatically Switch Display From Standalone To Fullscreen In Pwa

My PWA works as expected when I set the 'display' of my manifest to 'fullscreen' or… Read more How To Programmatically Switch Display From Standalone To Fullscreen In Pwa

Creating A Service Worker In Vue.js Using Workbox's Injectmanifest Crashes

I am trying to use vue.js's progressive web app capabilities by creating a custom service worke… Read more Creating A Service Worker In Vue.js Using Workbox's Injectmanifest Crashes

Writing Data In Service Worker To Cloud Firestore

I'm working on a Firebase project and I want to receive firebase cloud messages (send from a No… Read more Writing Data In Service Worker To Cloud Firestore