Skip to main content

Questions tagged [offlineapps]

An application which functions without being connected to a network or the internet

offlineapps
0 votes
0 answers
33 views

Questions about merkle tree for eventual consistency

I'm currently implementing offline support for an app of mine. I stumbled upon merkle trees, to ensure eventual consistency and I understand the general concept. I also stumbled upon this ...
Johannes Stricker's user avatar
0 votes
0 answers
8 views

2 Canvas Power Apps with separate Offline profiles

I am running 2 canvas power-apps that live in 2 separate solutions within the same environment that have dataverse tables set for offline use, when adding a user to an offline profile, for app1, that ...
Jason's user avatar
  • 1
0 votes
0 answers
7 views

change WebView asset location by java

I make 100% offline app by WebView. In this app a html file who show me the location path of own. Now the problem is that when open app it's show "file///assets/" like this but it not a ...
Sumit Maurya's user avatar
0 votes
0 answers
41 views

View youtube playlist and watch later offline

Sometimes my youtube playlists can get extremely long, and it takes a while to load everything I've saved in them. Is there a way to load an entire Youtube playlist at once and also have the ability ...
99Qz0Wx's user avatar
1 vote
0 answers
105 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 ...
Sarah's user avatar
  • 1,387
0 votes
1 answer
447 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 ...
Richard McKechnie's user avatar
0 votes
0 answers
111 views

RXDB Application and data storage size issue

I'm working on a web app using RXDB as a client side database and MongoDB as a server side database. Currently, local RXDB browser databases contain exactly the same data as the server side db. This ...
Platus's user avatar
  • 1,407
0 votes
1 answer
135 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 ...
Rabia Usman's user avatar
1 vote
0 answers
85 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 ...
Stanislau Pandin's user avatar
0 votes
0 answers
42 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. ...
Mahima Rai's user avatar
0 votes
0 answers
578 views

Load offline maps from mbtiles file and render it in react native android app

I need to display an offline map in a mobile application for Android on React Native. I have a generated mbtiles file. Tried different libraries. Tell me what I'm doing wrong? Which library is better ...
LocalUser's user avatar
  • 101
0 votes
2 answers
312 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 ...
rach's user avatar
  • 169
0 votes
2 answers
510 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 ...
Asha Datla's user avatar
0 votes
1 answer
2k 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 ...
Mohamad Jawad's user avatar
1 vote
1 answer
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, ...
abdellah driouich's user avatar

15 30 50 per page
1
2 3 4 5
26