374 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
16
views
Legend State v3 not fetching all data from Supabase in React Native (Expo SDK 54)
Supabase is showing 7 records and also when i manually fetch data from supabase it shows 7 records but on legend state it is only fetching one record. Also Supabase return array and legend state store ...
1
vote
0
answers
53
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
165
views
.deployment file not working while doing zip deployment of an azure app
I have an application that I am trying to deploy to an existing app to an offline server.
The application is two parts: a nodejs frontend and a python backend app. I use the zip deployment method to ...
0
votes
2
answers
1k
views
Running an offline service worker and OneSignal in a PWA
I've got a PWA and I'm trying to run OneSignal (for web push notification subscriptions) and an offline service worker alongside each other. They both work on their own. I've tried a few iterations ...
0
votes
1
answer
267
views
Is there a way to develop offline chat app in flutter and dart by establishing connection between routers?
I am trying to find a way to develop an offline chat app by establishing a connection between two routers in a flutter.
I searched a lot and couldn't find a concrete answer. There will be a connection ...
1
vote
0
answers
105
views
How can I make a request queue to the server?
I am doing a project on nextjs app routing. How can I make it so that if there was no Internet, the application would continue to work, and when sending a post request to the server, a queue of ...
0
votes
0
answers
59
views
Why does my offline functionality work on localhost but fail after hosting website? Data retrieval from local storage isn't functioning as expected
I created a weather application and made the code so that when user is online all the data searched is saved in the local storage and when user is offline it still shows data from the local storage. ...
0
votes
2
answers
468
views
AWS amplify datastore with flutter for desktop alternative?
I am going to develop an App with AWS amplify with Offline capabilities (using datastore and appSync).
On AWS Amplify Flutter doc (https://docs.amplify.aws/lib/q/platform/flutter/) I read :
The stable ...
0
votes
2
answers
880
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 ...
1
vote
1
answer
3k
views
Supabase - Mobile - Offline first - Sync remote Postgres DB to a local SQLite DB
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 ...
1
vote
0
answers
2k
views
how to make "awsome_notification" notification can be push to another page. (offilne App)
I want to use the awesome_notifications package in my Flutter app to create a notification that can navigate to another page when the user taps on it. I'm able to create and display the notification, ...
0
votes
1
answer
484
views
How to execute blocking call in different thread in react-native?
I have to make book offline feature in my app. Book consists of 20-50 chapters and 100s of topics within each chapter. To get chapter or topic details, i have to make an api call for each.
The problem ...
0
votes
0
answers
52
views
How to show sbt a custom repo?
I’m not a developer. I need to launch a scala code without access to Internet. Where and what I should place a lines to launch "sbt clean test"?
Dependencies and plugins are there.
Now I have an error ...
2
votes
0
answers
204
views
TWA - Struggling w/ Offline Screen implementation
This is my first Android project using Java and XML. (Which has been a process)
I'm having problems extending my LauncherActivity to display an Offline-Screen
I have been following Offline-First ...
1
vote
1
answer
315
views
How do you detox test offline mode
We're developing a react native app and building automated testing with detox on CI.
I am wondering how to test the offline mode of the app with detox ? Has anyone already tried this ?