offlineapps Questions
6
Whenever the web application with service worker is reloaded after hard refresh (Ctrl + F5 for Chrome, for example), the service worker is unable to register afterwards.
According to the documenta...
Influent asked 30/7, 2018 at 15:18
3
Solved
navigator.onLine is still returning true when I turn off Wi-Fi (Airport on my notebook in OS X). This is counterintuitive behavior. But when I set "work offline" in a browser like Firefox, it corre...
Altogether asked 6/5, 2010 at 7:50
2
Solved
I am trying to make my web application work on offline mode by using pouchDB. but the backend database server i used is PostgreSQL (NoSQL). I couldn't find a way to Sync my PouchDB data to postgreS...
Prose asked 14/7, 2016 at 10:18
1
I have a problem with my Service Worker.
I'm currently implementing offline functionality with an offline.html site to be shown in case of network failure. I have implemented Navigation Preloads as...
Frasier asked 26/3, 2021 at 14:1
5
Solved
I am in the planning phases for writing an application, still choosing the technology that I wish to use to write the app. The initial idea was to write a web-app but this has (had?) the downfall o...
Niels asked 20/7, 2011 at 6:39
3
Solved
We are developing a native Android app (iOS and web to follow) where users can collaboratively create an album.
We want as seamless as possible experience when device is not able to connect with s...
Thinskinned asked 17/9, 2014 at 9:40
1
Solved
I need to develop offline app for the web application which is already developed with apache, mysql and php. I just found that we can develop offline app with couch and pouch db.
But the think is...
Hitormiss asked 7/5, 2018 at 7:34
3
Solved
I'm thinking of using firebase to write a mobile app using PhoneGap and the HTML5 Application Cache.
Lets suppose each user has a list of TODO items. If the app is started when the phone is offlin...
Popularity asked 3/2, 2013 at 7:32
4
Solved
With a PWA, we can handle when the device connection is down with offline mode. But how do we detect a fixed network connection and automatically reload/re-activate the application?
Throstle asked 26/6, 2017 at 8:59
5
Solved
I have a lot of images in a folder that are used in the application. When using the cache manifest it would be easier maintenance wise if I could specify a wild card to load all the images or files...
Matthieu asked 3/11, 2011 at 20:9
0
I'm puzzled by the juxtaposition of pitching IndexDB for offline (e.g.) single-page HTML apps with the fact that the documentation seems to indicate the browser can trash your local data at any tim...
Trillium asked 20/3, 2017 at 20:37
4
Quick question for discussion really, as I wanted to have input from different people.
I am in the process of developing a web page app that must be available offline.
Now to do this, as I unders...
Abbey asked 19/4, 2016 at 13:10
1
Solved
I have angular 2 website. I want to use html 5 application cache mechanism for this website to creating offline app for browsers. is it possible? if it is can you guide me.
Strained asked 23/2, 2017 at 8:53
2
I'm trying to alert users when they are offline, and show a simple message. I'm using Offline.js as a library (Offline.js website).
I want to write JS and not use Eager to install it automatically...
Polar asked 17/4, 2015 at 12:29
1
Solved
Background:
I have built a web page that should work even offline. This page is made by following 'AppCache' guidelines.
My web browser is an IE11 on a HP windows 8 tablet.
When I hit the direc...
Banna asked 13/5, 2016 at 3:43
2
Solved
I have a cache manifest with a comment in it
# Version 3.2
in order to update all the App I simply change the Version number. It works, but:
When I update the manifest, everything is updated co...
Pester asked 20/9, 2012 at 0:58
2
Solved
I am currently developing an Android app which is a Dictionary, where I am fetching meanings online with Wiktionary API with this: [http://en.wiktionary.org/w/api.php?action=query&prop=revision...
Transpicuous asked 4/2, 2016 at 13:49
5
I'm building a relatively complex and data heavy web application in AngularJS. I'm planning to use php as a RESTful backend (with symfony2 and FOSRESTbundle). I have spent weeks looking around for ...
Legato asked 9/4, 2014 at 9:13
1
By design HTML5 Offline support (AppCache) works if client device is offline or client device is online and server is accessible. After that I cached the application and reopened it in the browser ...
Mooned asked 24/1, 2013 at 16:51
1
Solved
Context
A mobile application can add/edit/delete a customer in it's own offline database.
A web application can also add/edit/delete a customer in the master database on a web server.
The mobile a...
Gromyko asked 1/3, 2015 at 19:23
2
Solved
Here is the goal:
A farmer has a smartphone and goes into his barn to take inventory with the app. Sometimes his phone does not get internet connection in the barn, so the app needs to work offlin...
Colombia asked 20/1, 2015 at 0:15
5
I'm new to Android and and made an application which fetched and post data to server and works fine in online mode. But I want to make it works in offline mode also, when there is no internet...
Zooid asked 27/8, 2014 at 5:20
2
Solved
With jQuery Mobile I can create a page using a custom theme
<div data-role="page" data-theme="s" id="home">...
Now this works, but requires that I add this line in each of my pages and eve...
Hydrotherapy asked 28/10, 2011 at 2:58
1
Solved
Is it possible to make localStorage and/or IndexedDB offline data permanent?
I am planning to make a completely offline HTML5 app and want the data to never get deleted, unless and otherwise the u...
Asoka asked 1/12, 2013 at 5:52
4
Introduction:
App must be able to run completely offline, store data locally and post it online via AJAX whenever there is an internet connection available - this may be some days later.
Question:
...
Though asked 15/4, 2013 at 3:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.