Click here to Skip to main content
15,894,343 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Offline web apps Pin
mmelvis25-Oct-19 4:21
mmelvis25-Oct-19 4:21 
AnswerRe: Offline web apps Pin
TylerMc00725-Oct-19 5:05
TylerMc00725-Oct-19 5:05 
AnswerRe: Offline web apps Pin
Hedzer25-Oct-19 5:59
Hedzer25-Oct-19 5:59 
AnswerRe: Offline web apps Pin
JoshDavisChem25-Oct-19 9:57
JoshDavisChem25-Oct-19 9:57 
AnswerRe: Offline web apps Pin
vaderjm25-Oct-19 11:07
vaderjm25-Oct-19 11:07 
AnswerRe: Offline web apps Pin
pluginguy25-Oct-19 10:02
pluginguy25-Oct-19 10:02 
AnswerRe: Offline web apps Pin
Member 1292431225-Oct-19 11:42
Member 1292431225-Oct-19 11:42 
AnswerRe: Offline web apps Pin
EbenRoux27-Oct-19 23:56
EbenRoux27-Oct-19 23:56 
Been catching up on my CodeProject daily news and came across your question.

I did some work a couple of years ago on a single-page application written in ember.js and we had a requirement for the application to work in an "offline" mode. Once the user had logged onto the system they could enter offline mode and only offline modules would be available.

We used node.js to host a local rest api that would then be able to access local resources to save the relevant messages/data since we had the same issue with localstorage being cleared and couldn't have our messages disappear. The SPA was then also locally hosted and communicated with the node rest api (we used restify).

It appears as though node.js is available for mobile devices now also so perhaps you could consider something along the lines of a locally hosted web-site that uses the rest api as a store-and-forward mechanism.
AnswerRe: Offline web apps Pin
Member 1089662528-Oct-19 23:24
Member 1089662528-Oct-19 23:24 
PraiseWhere Bing is better than Google... PinPopular
Sander Rossel24-Oct-19 1:21
professionalSander Rossel24-Oct-19 1:21 
GeneralRe: Where Bing is better than Google... Pin
CodeWraith24-Oct-19 1:30
CodeWraith24-Oct-19 1:30 
GeneralRe: Where Bing is better than Google... Pin
Sander Rossel24-Oct-19 2:07
professionalSander Rossel24-Oct-19 2:07 
GeneralRe: Where Bing is better than Google... Pin
CodeWraith24-Oct-19 2:16
CodeWraith24-Oct-19 2:16 
GeneralRe: Where Bing is better than Google... Pin
musefan24-Oct-19 4:03
musefan24-Oct-19 4:03 
GeneralRe: Where Bing is better than Google... Pin
User 991608024-Oct-19 4:40
professionalUser 991608024-Oct-19 4:40 
GeneralRe: Where Bing is better than Google... Pin
W Balboos, GHB24-Oct-19 5:25
W Balboos, GHB24-Oct-19 5:25 
GeneralRe: Where Bing is better than Google... Pin
GKP199224-Oct-19 1:48
professionalGKP199224-Oct-19 1:48 
GeneralRe: Where Bing is better than Google... Pin
Sander Rossel24-Oct-19 2:03
professionalSander Rossel24-Oct-19 2:03 
GeneralRe: Where Bing is better than Google... Pin
PIEBALDconsult24-Oct-19 4:43
mvePIEBALDconsult24-Oct-19 4:43 
GeneralRe: Where Bing is better than Google... Pin
W Balboos, GHB24-Oct-19 5:27
W Balboos, GHB24-Oct-19 5:27 
GeneralRe: Where Bing is better than Google... Pin
dandy7224-Oct-19 7:33
dandy7224-Oct-19 7:33 
GeneralRe: Where Bing is better than Google... Pin
W Balboos, GHB24-Oct-19 8:15
W Balboos, GHB24-Oct-19 8:15 
GeneralOi! PeejayAdams! Wheres the CCC? Pin
OriginalGriff23-Oct-19 23:20
mveOriginalGriff23-Oct-19 23:20 
GeneralRe: Oi! PeejayAdams! Wheres the CCC? Pin
Abbas A. Ali24-Oct-19 0:06
professionalAbbas A. Ali24-Oct-19 0:06 
GeneralRe: Oi! PeejayAdams! Wheres the CCC? Pin
OriginalGriff24-Oct-19 0:31
mveOriginalGriff24-Oct-19 0:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.