710 questions
-4 votes
1 answer
56 views
Where is storage size and tile count of OfflinePack in Mapbox's ReactNative module?
I wanted to show my user's the space in memory of an offline map they had downloaded and saw ambiguous fields in the OfflinePack arg in the onProgress callback in the createPack call in the Mapbox ...
0 votes
0 answers
78 views
How can I make my website available offline through a Firefox extension?
I have a website that I write code for just to try out new things I learn about in web dev. I also want to get into Firefox extension creation, which I've already somewhat started with. I know that ...
1 vote
2 answers
162 views
How to check if any local Firestore document has pending writes
I am using Firestore in the browser with offline mode. How can I check, if there are any updates applied on my client but not yet transacted on the server? I would like to check this, without knowing ...
0 votes
1 answer
671 views
How to enable offline persistence in React Native Expo app with Firebase Firestore database?
I am currently building my app using React native Expo. In my app I have to save my user's entries into the database. Since my users may not have a consistent internet connection, I was looking for a ...
1 vote
1 answer
200 views
Why is my web page slow when serving offline using service worker caches?
I'm trying to make my webpage work completely offline, but I'm running into some issues with load time when trying to load from the cache I'm currently caching all the files necessary for my website ...
0 votes
0 answers
48 views
Prevent web Updates in PWA?
I'm currently developing a PWA that will be published in the Microsoft Store. It basically works like an offline app, so all processing is done locally. My question is: Is it possible for a PWA to ...
0 votes
0 answers
51 views
How to navigate into an already downloaded WASM application?
Let's say you are using the Hosted Web App template for Blazor. The user navigates to your application and the server pre-renders the page, and then the WASM is loaded and takes over as expected. The ...
0 votes
0 answers
88 views
Creating Service Workers to make dynamically-generated webpages available offline
I am designing a website using PHP and MySQL, and I am having trouble creating a Service Worker that works the way I want. My setup/requirements: I have a menu page that offers links like /myevents/...
1 vote
0 answers
54 views
How to Implement an Offline Page for a Flask App Using a Service Worker?
I'm working on a Flask web application and I want to implement an offline page that displays when the user is offline or the server is down. I’ve set up a basic Flask app and a service worker, but I’m ...
1 vote
0 answers
491 views
Service Worker in angular 17 not working during offline mode
I had installed service worker by this command @angular/pwa and its also registered successfully but on going offline mode it gives no internet connection the data is not being cached and loaded when ...
0 votes
0 answers
534 views
Alternatives to URLVoid and VirusTotal that can be run offline
I am wondering if there are tools or products available that serve the same purpose as online tools such as URLVoid and Virustotal, but for offline use. I have a machine that is not connected to the ...
0 votes
1 answer
1k views
Runtime caching for APIs, in Vue, Vite PWA plugin seems not working?
I've add PWA plugin in my Vuejs project, with Vite. I made the precaching but when I tried to make runtime caching for API request, it doesn't work. The runtime cache file doesn't appear and no ...
4 votes
0 answers
417 views
Alternatives to AWS Amplify DataStore with offline capabilities for GraphQL
I've developed a project using AWS Amplify and DataStore. It was a requirement that the app works offline, because most of my users are travelling in areas with poor or no signal. DataStore seemed ...
1 vote
1 answer
614 views
Firebase real time database offline persistence using Maui.net
Does FirebaseDatabase.net support offline persistance with maui.net? if so, could someone give me a snipit of what i need to do. If not, does anyone have any suggestions or examples that show how to ...
0 votes
2 answers
893 views
Progressive Web App not working in offline mode
I enabled PWA for my reactjs application and deployed on my domain (arvind.inzack.com) As part of testing, we installed the app on Samsung Tab device. Once the application is loaded successfully we ...