Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
56 views

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 ...
Tristan Newman's user avatar
0 votes
0 answers
78 views

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 ...
Lampe2020's user avatar
  • 362
1 vote
2 answers
161 views

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 ...
Witek's user avatar
  • 6,520
0 votes
1 answer
671 views

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 ...
vndpal's user avatar
  • 767
1 vote
1 answer
200 views

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 ...
Vixey's user avatar
  • 27
0 votes
0 answers
48 views

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 ...
darkiplier's user avatar
0 votes
0 answers
51 views

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 ...
BVernon's user avatar
  • 3,957
0 votes
0 answers
87 views

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/...
james3mg's user avatar
1 vote
0 answers
54 views

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 ...
martanezo7's user avatar
1 vote
0 answers
491 views

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 ...
Devesh Parmar's user avatar
0 votes
0 answers
533 views

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 ...
Georgi Nikolov's user avatar
0 votes
1 answer
1k views

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 ...
Ali Maher's user avatar
4 votes
0 answers
417 views

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 ...
Theo's user avatar
  • 91
1 vote
1 answer
614 views

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 ...
Byron's user avatar
  • 11
0 votes
2 answers
893 views

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 ...
Asha Datla's user avatar
0 votes
2 answers
96 views

i am connecting to my remote tables and retrieving a user via his email and password like this: var x = await _table.GetAsyncItems().Where(x => x.Email == email).Where(x => x.Password == ...
inno's user avatar
  • 532
1 vote
1 answer
3k views

What is the best way to Sync remote-Postgres DB into local-SQLite DB on mobile apps ? I am currently working on a Flutter mobile project that supports offline-first. On every opening of the app (or ...
Mohamad Jawad's user avatar
2 votes
1 answer
845 views

I have offline caching with a NextJS PWA working fairly well by following this post. Now what I need to do is precache a set of routes (in this case all the descendents) without the visitor needing to ...
Queenvictoria's user avatar
0 votes
1 answer
968 views

I'm making react app to work offline for which I'm caching the files in sw.js file which is under public folder. The files are getting cached locally but when I'm deploying the app, it is not caching ...
Abhishek Negi's user avatar
1 vote
1 answer
743 views

I'm trying to build an electron app with electron builder, but I encountered a problem: my network blocks packages from GitHub on downloading. Is there any other way to disable the look for the ...
yosefrs's user avatar
  • 11
0 votes
1 answer
251 views

I want to add offline functionality in my existing asp.net mvc 4.7 web application. I searched a lot and found many links to add offline functionality in html pages but could not find any link for asp....
shahzad aftab's user avatar
0 votes
1 answer
790 views

I want to pause all dispatched thunks when I am offline and resume when I'm back online. Is createListenerMiddleware a good option for this? I could create like a seperate redux slice to save the ...
uloco's user avatar
  • 2,421
0 votes
1 answer
540 views

I developped a service worker which is serving pages from network first (and caching it) or, when offline, serving it from cache. Ideally, I would like to inform the user (with a banner, or something ...
Frédéric Camblor's user avatar
1 vote
0 answers
116 views

I have a PWA with static content that must be 100% available offline. There are 400 HTML pages, and 450 PNG content images and the usual site assets. The total cache size is 21mb and content rarely ...
Sayed Ali's user avatar
3 votes
0 answers
557 views

With following offline Mapbox docs, I defined tileStore, resourceOptions, offlineManager and tilesetDescriptor same as codes below. private val tileStore: TileStore by lazy {TileStore.create().also{it....
Mamad 989331727735's user avatar
2 votes
0 answers
177 views

In my service worker, I'm making use of workbox's precacheAndRoute from workbox-precaching. I want to cache files paths that already exist on IndexedDB since it varies across users. My code looks like ...
lordsarcastic's user avatar
0 votes
1 answer
125 views

hi there so i have a link lets say it is https://example.com/exp the exp page is my add page and it is cached in my service worker and works offline now when i open my list and choose to edit a record ...
Adriaan's tips's user avatar
0 votes
1 answer
429 views

I am using PWA & workbox for offline functionality where GET requests are being stored in Cachestorage & POST requests in INDEXED DB with workbox background sync. here is a peice of code for ...
Bhavya's user avatar
  • 1
0 votes
1 answer
221 views

I am developing a Qt application displaying a WebEngineView. The cache is working properly. I would like to go further by integrating an offline mode: without a network, the application must display ...
morikann76's user avatar
0 votes
1 answer
145 views

There are lots of docs on the fossil page, am I just supposed to checkout the whole repository to view them offline? The man-pages are rather sparse, and unlike in git, there seem to be no meta-...
xeruf's user avatar
  • 3,040
0 votes
0 answers
152 views

I'm querying an existing read-only database with SQLAlchemy, and wonder if there is a way to cache the queried table object locally (in an automatic way) so that I can use it later. The main reason of ...
anthonym24's user avatar
0 votes
0 answers
3k views

I'm trying to get my app to use indexedDB when there is no internet connection. I have an idb.js file that sets up the object store and then defines a saveRecord function that I use in another js file:...
jproodian's user avatar
3 votes
1 answer
2k views

Im currently working on a small PWA which should also include several local video files offline. (Using a precache szenario) I've already noticed that the caching of such files is not straightforward, ...
Wolfgang Rechberger's user avatar
3 votes
1 answer
454 views

I have a neo4j DB in which user data and relations between them would be stored, the end user will interact with this data from a mobile app (app is in Flutter, we use a nestjs neo4j connector in ...
Pratheesh Russell's user avatar
1 vote
1 answer
492 views

Is it possible to write to a Cloud Firestore NEW document subcollection while user is offline? In my app, the user will add a new document with items being added to the document's subcollection. ...
Andrey Sorokin's user avatar
0 votes
1 answer
289 views

I have a web app that uses a Realtime Database to store data. If I go offline while the database is connected, make changes, and reconnect, everything works as intended. However, I'm trying to make my ...
Julian Lachniet's user avatar
0 votes
1 answer
627 views

on file server we have folder with user home folders.. i would like to ask, is it possible to access home folder offline (without using VPN and connect to companys network) and how? Thanks
ilovephp's user avatar
4 votes
1 answer
807 views

From an unmodified service-worker.published.js of a Blazor Hosted WASM project I was trying(in prod) some offline scenarios on mobile clients where the webapp was "Installed". And here both ...
Eugene's user avatar
  • 307
1 vote
2 answers
499 views

I'm working on a Firebase web application using the Cloud Firestore database. Currently I'm experimenting with the offline persistence which is working as expected so far. The only downside I ...
Kheber's user avatar
  • 327
0 votes
1 answer
1k views

I am currently developing an e-commerce management mobile application with React Native, and Redux. We persist data using redux-persist. This brings a great experience with cached data which is a ...
Isaac Medina's user avatar
1 vote
1 answer
1k views

I'm new to service workers and offline capabilities. I created a simple service worker to handle network requests and return a offline html page when offline. This was created following Google's guide ...
Whip's user avatar
  • 2,312
2 votes
1 answer
77 views

We have an Android app built using Unity and the Google Analytics GAv4 plugin for Unity. The use-case is that the users might use the app for days without internet, and when they do connect to ...
HrLarsen's user avatar
  • 105
2 votes
2 answers
3k views

Have a PWA that works fine with network connection. Added a service worker and it works with no connection IF the PWA had been opened at some point before loss of network connection. So far, so good....
TomH's user avatar
  • 25
1 vote
0 answers
86 views

I have a php webpage that I'd like to cache and use local storage when offline. When connected to wifi, the page loads fine. When I turn off my wifi, I get a HTTP ERROR 500, and the page will not load ...
user1655130's user avatar
9 votes
2 answers
15k views

So I'm using Coil image loading library to load images from an API by specifying the image URL. However when there is no internet connection I want to be able to see those images in my app. Is there ...
Stefan's user avatar
  • 4,651
4 votes
1 answer
2k views

I would like to force the browser to preload a JavaScript worker as well as a WebAssembly script. When loaded, I have a ServiceWorker that puts these scripts in the CacheStorage. For the images, I use ...
Alexis Delrieu's user avatar
4 votes
2 answers
4k views

Environment: Linux + JDK 11 + Gradle 5.0 I have several gradle projects which must build from sources without Internet connection/ For example this one git clone --depth 1 --branch 3.0.0 https://...
Ekaterina Ivanova iceja.net's user avatar
3 votes
1 answer
295 views

What are the differences between NetworkBoundResource and RemoteMediator (Paging 3)?
Smirky's user avatar
  • 227
1 vote
1 answer
1k views

I have some videos in AWS storage... I need to access the videos from a mobile app... I can access when there is internet connection. But if I switch to airplane mode the app is crashing. Is there a ...
satheesh ck's user avatar
3 votes
1 answer
2k views

Below Code i have created for local caching using path provider String fileName="pathString.json"; var dir=await getTemporaryDirectory(); File file=File(dir.path+"/"+fileName); if(...
PradeepBansal's user avatar

1
2 3 4 5
15