The offlineapps tag has no wiki summary.
7
votes
5answers
3k views
Is it recommended to use the Web SQL Database for storage on the client side
The use case is to have an application store data on the client side when offline.
Is it advisable to use the Web SQL Database (which Chrome and Safari support, not FF though), or wait for the ...
5
votes
1answer
365 views
HTML5 appcache manifest file extension
I read this line from HTML5 Boilerplate :
HTML Manifest files now use .appcache extension instead of .manifest,
as per http://html5.org/r/5812.
And I saw this from http://html5.org/r/5812
...
5
votes
4answers
4k views
HTML5 Web DB Security
I'm looking into an offline web app solution using HTML5.
The functionality is everything I need BUT the data stored can be directly queried right in the browser and therefore completely unsecure!
Is ...
4
votes
1answer
560 views
Ruby On Rails html5 storage offline CRUD application with or without ActiveScaffold
I am currently building a web application using Ruby On Rails with ActiveScaffold.
And I would like to know whether there is any plugin/library which would make possible to enable my Rails application ...
4
votes
3answers
1k views
HTML5 Offline storage web framework
I am looking for a web app framework which can automatically generate an HTML5 offline storage based app, so while the users become disconnected they still can view the data which normally is stored ...
3
votes
2answers
118 views
Do I need to add the files who are hosted on CDN inside in manifest file HTML 5 manifest file for offline caching?
Do I need to add the files who are hosted on CDN inside in manifest file for offline caching?
This a example maniefest file
CACHE MANIFEST
#This is a comment
CACHE
index.html
style.css
NETWORK:
...
3
votes
1answer
357 views
Application manifest working on android, iPhone, firefox, opera, but not on iPad
I'm having trouble getting a real simple html5 cache manifest to work on the iPad.
It does however work on all other devices and browsers I've tested.
Are there any bugs in the iPad safari ...
3
votes
4answers
2k views
google gears discontinued, html 5 in draft
we've trying to develop a mobile web app that will provide offline capabilities, not just reading but also creating content.
Gears supports three important aspects:
- local server so we can have ...
2
votes
1answer
34 views
offline/local browser application with database but without a server behind it
I want to make a 'application' that operates through a browser.
It should be offline / local on the users machine.
It needs a database to store and retrieve data.
And - because it should be really ...
2
votes
1answer
121 views
Pass variable to callback
I'm building an app with offline functionality and am working with with WebSQL (I know it's deprecated, but it's what comes with PhoneGap)
I want to create an SQL find function that parses results ...
2
votes
2answers
439 views
Can I use CouchDB mobile as a replacement for localStorage?
I have an existing web app that runs offline (using HTML5 cache manifest).
I am storing data in localStorage. I am going to hit the 5Mb limit for localStorage. Can I use CouchDB as a local db, ...
2
votes
1answer
634 views
navigator.onLine still true when turning off WiFi, false when set “work offline” in browser
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 ...
1
vote
1answer
51 views
html5 appcache adding/removing specific files
Say I have a simple appcache manifest that looks like:
CACHE:
# v1
# images
images/one.jpg
images/two.jpg
images/three.jpg
I then use some server side method to update the manifest to:
CACHE:
# v1
...
1
vote
2answers
115 views
iphone offline web app cache does not function
I am developing an offline web app for iphone. I have created the application and tested, it works fine apart of one feature, it is not being cached.
I have created the manifest file, and I checked ...
1
vote
2answers
50 views
HTML5 cache: I'm really confused with this NETWORK section
From what I understand, the NETWORK section contains the resources that ALWAYS need to be accessed via a network connection.
For my app, I have two main page: index.html and gallery.html
...
1
vote
2answers
122 views
Standalone MVC3 webapp?
Rather than going down the Silverlight/WPF route, i'd like to build my (single-user) application in HTML5 with MVC3 as the backend. Is this possible? Is it possible or practical to use this for a ...
1
vote
1answer
683 views
Cache Manifest Size Limit and Web Apps
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 of ...
1
vote
1answer
128 views
Getting sproutcore application files to use them in a native app via Appcelerator Titanium
I would like build a app using sproucore framework, but i also want to integrate it with Titanium to have some desktop capability like file system, packaging, offline working etc...
I know that with ...
1
vote
3answers
70 views
Handle sale transactions when webapp goes offline
My web application (Point of Sale) handles sales on multiple branches. Each sale has a unique integer ID. Some sale ID on branch 1 is n, then the next sale on branch 2 is n+1.
When a branch looses ...
1
vote
1answer
740 views
undo preventDefault() or better way to programmatically disable collections of links
I have a page that has event listeners for the network status. When the network is 'offline' I want to disable any cross domain links as to go into an offline mode. I was trying to use ...
1
vote
2answers
514 views
Does the Blackberry browser support offline web apps?
Does anyone know if the standard browser in Blackberry OS6 supports cache manifests and offline browsing? If so, would it be able to handle caching around 30 pages of data?
The reason is I need to ...
1
vote
1answer
429 views
Is it possible to create a HTML 5 application with offline storage to work on Blackberry?
Hi would anyone know whether it is possible to create a HTML 5 application with offline storage to work on Blackberry?
1
vote
1answer
223 views
The case for offline web applications
With many browsers adding proper local storage support (and with this whole HTML5 buzz), there is a lot of talk about offline web apps competing with desktop software. But, as a matter of fact - one ...
1
vote
1answer
547 views
Local web storing of files using HTML5
I was fascinated by Google Gears and its potential use in online game development, particularly massive online game development. One could take the game resources and store them locally using ...
0
votes
1answer
26 views
How can we run automated tests using webdriver in chrome to test an app which should also work in offline mode?
I have tried adding ' profile['network.manage-offline-status'] = true' but this doesn't seem to be turning the chrome browser to offline mode
profile = ...
0
votes
1answer
20 views
Offline webapps in HTML5 - Persist after closing the browser?
With HTML5's offline capabilities is it possible to create an app that will persist after the connection is lost and the browser is closed? Specifically, here's what I'd like to do:
Connect to the ...
0
votes
3answers
204 views
Structing a backbone.js application
I have a backbone.js application with multiple models, views, collections and templates (in a script tag with type text/template with an ID which the views use to load the template in using ...
0
votes
1answer
40 views
Infinite access token *without* requiring user to “allow access” - in response to Facebook deprecating offline_access
This is a common scenario, but one that I don't see a lot of people posting about. Let's say I have a website, example.com, that loads a list of events from a Facebook Page. It would be a bad user ...
0
votes
0answers
29 views
HTML5 Offline / Online App
Im building a small todo app in html5. Works fine so far but i have a problem: If the user visits http://www.mydomain.com/ he is prompted to login. If he is logged in on / a different template is ...
0
votes
1answer
46 views
html5 appcache load order
I'm creating an app with a number of videos/large images that will use appcache to handle the preloading of them.
Is there a way for me to control what order those assets get loaded? For example, I ...
0
votes
1answer
29 views
HTML 5 offline storage cache manifest not working for mobile
I created a web app for mobile i want that i can use it offline too.
i use a manifest file its working fine with desktop browser but not working with mobile browser.
What is the problem?
thanks in ...
0
votes
3answers
67 views
How to get along with HTML5 offline apps when the WebSQL is deprecated?
Since the WebSQL has lost all the support and the development being stopped, how are people able to implement Offline Storage in web apps using HTML5. I know Google Chrome and Safari are still having ...
0
votes
1answer
230 views
Android: Speech to Text and Speech Recognition Offline
I am stuck in one of my offline Android Application, where in I need Offline Speech Recognition and Speech to Text API.
Kindly share your views and input if anyone has worked on Offline Speech to ...
0
votes
1answer
48 views
HTML5: using manifest fallback to check user's connectivity
I'm focusing on offline web applications with HTML5 at the moment. I came to the point where I need a reliable method of checking the user's connection to determine whether he/she is online or offline ...
0
votes
1answer
35 views
What are my offline and socket options for a modern web application?
So I have been thinking about building quite a complex application. The idea of building an html5 version has become quite an attractive possibility. I have a few questions about it first however.
My ...
0
votes
2answers
153 views
How do I specify a wildcard in the HTML5 cache manifest to load all images in a directory?
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 in ...
0
votes
1answer
247 views
Change the default data-theme from jQuery Mobile
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 ...
0
votes
1answer
91 views
How can I use JavaScript to store images for offline use?
If the environment is a WebKit browser with stuff like Local Storage or Web SQL DB is there any way I can use JavaScript to save this image (not the url):
I'd like to be able to go offline and load ...
0
votes
1answer
89 views
How to detect if a client is subscribed to receive push-based notifications when using long polling
Say you have a long polling situation with a server and a client that subscribes to notifications using ajax recursively,
var subscribe = function () {
$.get('http://localhost:1234', function (data) ...
0
votes
1answer
74 views
Offline comparison of two arrays iphone sdk
I have two arrays containing string variables. In one array, it contains the values from a web service, it will be updating in every 5 seconds. So, i need to run this app offline and also compare the ...
0
votes
1answer
134 views
Web SQL database folder
I am using Chrome on Windows XP and just wondering what the folder contains the Web SQL database files?
I have used the Chrome Developer tool to examine the databases while I was still curious about ...
0
votes
1answer
159 views
Dynamic Cache Manifest for app
There is a lot of questions about this subject, but I can't really find anything usefull to my problem. I'm using the HTML5 cache manifest on a web app. The web app is made in wordpress and it's also ...
0
votes
1answer
302 views
Does HP TouchPad supports HTML5's offline application (Manifest)
I have a webapp using offline support (a manifest file). It works correctly on Androids, iOS, RIM, and then some.
It doesn't work on TouchPad though. If I refresh the app without connectivity, I get ...
0
votes
2answers
236 views
Chrome/FireFox not Displaying Updates to Offline Page
I am working with the HTML5 applicationCache API and I am having a problem seeing updates to the cached page. I’m taking care of the basics – making changes to the manifest file, making sure the ...
0
votes
1answer
235 views
HTML5 appcache - making app totally offline
I have a chrome webstore app where I'm using appcache to load resources from cache. I'm already using localStorage to have data available offline.
The problem with making the app work offline is that ...
0
votes
1answer
274 views
Offline app - Sync data once online
Can someone give me direction as to where to go with this?
I have a online app (mostly javascript, mvc Django), a questionnaire. This app will also be offline, as allot of the areas where these ...
0
votes
0answers
23 views
Need a Cross OS, Apache Server for Noobs to setup http://localhost “offline” website
Looking for simple, cross Operating System, "plug and play" Apache Server to recommend to people needing to self host an "offline" version of my website files (html help files/documents).
WAMP, MAMP, ...
0
votes
0answers
144 views
A (offline) map application for tablets
I need some help or advises: I'll have to build a map app for a tablet that must have the following features:
work offline
use gps to locate user
open info boxes with text / images / videos / audios ...
0
votes
1answer
139 views
Can cache manifest files be served from a different host?
I am hosting a cache manifest file for a friend, because his server serves manifest files as plain text and he can't change it. He's hosting the rest of his pages himself, on his server. So his ...
0
votes
1answer
156 views
Ipad development architecture
I have a IPad noob question.
Here is the task I am trying to achieve:
I need to build an IPad/IPhone app that will display a lot of images and data. The problem is that this app needs to work ...