The offlineapps tag has no wiki summary.
1
vote
2answers
92 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
...
4
votes
1answer
91 views
Offline maps with routing for a particular place
I want to present offline map in my app.How can i implement it...?
I have gone through some of the links but i am not getting it how to start with it.
How to cache Google map tiles for offline ...
1
vote
1answer
144 views
Desktop app vs. Web app development differences and similarities
Forgive me if there is vagueness in this question. In a nutshell, I've built websites for several years, working with PHP, Javascript, JSON, AJAX, HTML, CSS3 and ASP-(many years ago when I didn't ...
1
vote
1answer
92 views
How to handle browser refresh with dynamic cache manifest
Here's my scenario:
A web site has an index page and a number of content pages (for the sake of argument these are called page1 through page100) all pointing to the same cache manifest URL.
The ...
1
vote
1answer
207 views
Microsoft Sync Framework with Offline HTML5 database syncronization
I have referred more sites for steps to create Offline HTML 5 database synchronization in Android using Microsoft Sync Framework. Could anybody can redirect me to the site required?
I followed this
...
1
vote
1answer
243 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 = ...
1
vote
1answer
241 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 ...
1
vote
1answer
184 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 ...
0
votes
1answer
50 views
offline fb posting not working
I have to post on a users wall when he is offline. I went through number of posting and checked the code written below seems ok and also not throwing error and complete successful yet I am unable to ...
0
votes
1answer
53 views
offline web application handle save in javascript
I am building an offline web application, and I want to be able to change the html of the page before the user saves it. since I cannot seem to find a way to trigger the save as function from ...
0
votes
1answer
45 views
HTML5 application cache issue
Chrome Version (type about:version into your omnibox): 24.0.1312.57 m
Operating System (Windows 7/8/Vista/XP, Mac, Linux, Android, iOS):Windows 7
Extensions (type Chrome:extensions into your ...
0
votes
1answer
181 views
Firefox. Memory/Offline cache device
I develop a smartgwt app. It should work in an offline mode. But I have a problem. There is an app.nocache.js file, that doesn't want to be fetched from the Offline cache device of Firefox (see ...
0
votes
1answer
176 views
How do you delete a Web SQL database in Android's default browser?
This is a web sql browser. I guess they recently switched to chrome so in newer versions it might be an idb thing but this problem is with web sql.
Settings > Privacy and security > Clear cache ...
0
votes
1answer
442 views
Cache Manifest working flawlessly in Chrome, Safari, but NOT mobile Safari
Trying to utilize a cache manifest -- everything seems to work fine in Chrome and Safari, but not mobile Safari.
I've ensured that I've adhered to standards outlined for HTML5 offline apps:
Added
...
0
votes
1answer
198 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
1answer
372 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
1answer
181 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
337 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
1answer
234 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 ...
0
votes
1answer
526 views
Filtering data with Microsoft Sync Framework
Context: I'm working on a project that use Offline Application Architecture. Our client program has 2 modes: connected and disconnected. When user in disconnected mode, they will use their local ...
0
votes
1answer
1k views
Why isn't my HTML5 Application Cache working?
i have my setup/code as follows (btw, i am following the nettuts quick tip)
// index.html
<!DOCTYPE HTML>
<html lang="en-US" manifest="cache.manifest">
// cache.manifest
CACHE MANIFEST
# ...
3
votes
0answers
53 views
Timeline for “Device Login” and/or alternatives to offline_access + one time login
I have a small, dinosaur-era command line interface (CLI) app for facebook. There's not a huge user base, but it has it's niche. It's most altruistic usage is by those who are partially blind and ...
2
votes
0answers
335 views
HTML5 Offline iPad App with Caching videos, PDF, Doc and PPT files
Currently I am trying to build a web app for iPad which needs to be used in places with no internet connectivity. The app is includes some video files, PDF, Doc and PPT files so the total application ...
1
vote
0answers
156 views
iOS offline app html5, google maps not loading on app, just on safari
so i have a web app, when i save to iphone the google maps, sometimes load, but not every time, using safari on iphone it`s always loading.
the manifest file content:
CACHE MANIFEST
favicon.ico
...
1
vote
0answers
82 views
Application Cache Error
I've got this error:
Application Cache Error event: Manifest fetch failed (-1)
http://localhost:8080/offline.manifest
online: NO, event: error, status: idle
This JSON String show the content of ...
1
vote
0answers
40 views
Apps that use offline functionality now need to pester users?
I have an app that is not interactive - users authenticate the app once, and the app runs in the background using the procured access token. With the upcoming offline_access deprecation, will the app ...
0
votes
0answers
19 views
Show .shp file on Mapview(ArcGIS Android SDK 2.0.0)
I'm using ArcGIS Android SDK for first time. I woked on some sample project, able to get World map using this..
map = (MapView) findViewById(R.id.map);
map.addLayer(new ...
0
votes
0answers
12 views
Preemptively getting pages with HTML5 offline manifest or just their data
Background
I have a (glorified) CRUD application that I'd like to enable HTML5 offline support with. The cache-manifest system looks simple yet powerful, but I'm curious about how I can allow users ...
0
votes
0answers
28 views
Rails multipage app offline
I have a rails app with many pages. i wanted to make the whole app available offline.
I followed the rails casts tutorial. and added the application manifest, but with that, only the pages i visit is ...
0
votes
0answers
67 views
Passing parameters to offline cahed pages doesn't work
I'm making an HTML5 offline app that of course uses a "manifest" file to tell the browser the pages to download, the problem is when I call a previously cached page passing parameters in the URL it ...
0
votes
0answers
122 views
Phonegap android offline external webpage
I'm writing an application using Phonegap and Jquery (for Android so for but plain to add support for other platform) and I would like to know the best way for caching external webpage.
Indeed my ...
0
votes
0answers
270 views
HTML5 AppCache: how to implement offline mode if server isn't accessible but network is accessible
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 (of ...
0
votes
0answers
30 views
What is the best way to migrate online application to offline
I have a certain online application that generates reports(and prints them) based on some repository of information. Now I would like to make an offline application which is provides the same ...
0
votes
0answers
149 views
How does a bound asp.net gridview work with html5 offline
I am looking at the best way to make my asp.net web forms application be available offline.
A lot of the controls are bound to a linqdatasource.
What would need to be done to make these bound control ...
0
votes
0answers
77 views
Homescreen Web Application and AD Authentication
I have an HTML5 website which has AD authentication. Inside this website, I have a webpage which I would like to be a "web app" on an iPad.
I have the cache.appcache file all ready and working fine ...
0
votes
0answers
24 views
Reading posts/photos/etc from a page with server-side OAuth
To fulfill a client requirement, I'm hitting several API endpoints that return the posts and photos and such from pages (not user timelines), such as:
...
0
votes
0answers
179 views
Getting application cache working for the iPad
I am unable to get to get the application cache running on the iPad ios 5. I have a site on our Intranet where, if I use Safari or Chrome, the cache manifest is read in, and the files are downloaded ...
0
votes
0answers
105 views
HTML5 FALLBACK in manifest not working?
I am developing a web app with HTML5.
The manifest file is,
CACHE MANIFEST
#Caching
CACHE:
Login.html
#Only In Network
NETWORK:
Success.html
#At the time of offline
FALLBACK:
Success.html ...
0
votes
0answers
591 views
How can i set up dynamic database size using HTML5 Web SQL Database?
I am working on Android Application using HTML5. I am using HTML5 Web SQL database for local data storage. I want this database to grow dynamically as it requires to be like that.
I am using Phonegap ...
0
votes
0answers
892 views
Facebook Graph API - unable to get offline access token working
I have created a facebook application, and successfully got an offline access enabled token.
I authorized the application for my profile, however when I try to get some info using:
...

