The offline-mode tag has no wiki summary.
0
votes
0answers
29 views
HTML5 offline needs to work on mobile devices canvas kineticjs
sorry if this has been posted before i have looked around and havn't been able to find an appropriate answer.
I am currently recreating an extremely old Introduction To Music Theory textbook for ...
0
votes
1answer
41 views
How to remove auto appended Html tag in visual force page?
I am working on html5 offline mode in sales-force. I added following line to cache current page.
<html manifest="{!$Page.offlineCache}">
I turn off the developer mode and check the console. ...
0
votes
2answers
41 views
Disable flight mode in android 2.2
I am working with an android app that allows enabling of flight mode. The enabling part is working fine. Now the problem arises when the user exists/quits the application. I want the flight mode to be ...
0
votes
0answers
50 views
Java REST API post in facebook as offline without an app [may 2013]
As far as I know, this is not possible.
But I still have a hope. That's why I'm posting this.
Is there any way to post to my facebook wall in offline mode without creating any app (only using a java ...
0
votes
1answer
18 views
Creating a Web Application that can handle intermittent connectivity disruption
I've been tasked with designing a service that will be used by restaurants. We'll be recording some input, that will be uploaded to our servers for later analysis. My initial thought was to just use a ...
1
vote
0answers
46 views
issues while implementing 2d graphs (bar charts, Pie diagrams etc) in an Android application
I am facing some issues while implementing 2d graphs in an Android application. The application should work in offline mode and the application shouldn't communicate to any servers. So we can't use ...
1
vote
0answers
85 views
GWT HTML5 offline web-application dynamic manifest
I have recently converted one GWT web application to be capable to work in HTML5 offline mode. So far seems to work fine but I'm wondering if it's a good idea to serve different cache.manifest ...
1
vote
1answer
248 views
android application offline mode, local sqlite database synchronisation with distant database
I have a postgreSql database which which is manipulated by an android application via Web Services.
I'd like to know what is the best way to make an offline mode for my application.
My first idea was ...
0
votes
2answers
95 views
Using Google Visualization: Organizational Chart offline
Can i use Google Visualization: Organizational Chart in offline mode ?
1
vote
1answer
456 views
How to download HLS/M3U8 chunks in ios device?
How to store locally m3u8 file with all chunks (.ts) from url in ios device.
If possible so how to do it?
I have developing functionality like.. Download .m3u8 file with chunks(.ts) in ios local ...
0
votes
1answer
356 views
Free Offline Vector Map Sources + Implementation with OSMDroid [closed]
Is there a free source as well as a way to incorporate vector maps for offline usage in OSMDroid? I am trying to find a source to download such vector maps, as well as a sample code implementation to ...
1
vote
0answers
488 views
Start Minecraft On Mac With Java
I am trying to make a java program that will launch minecraft in offline mode with whatever username i want so i can have usernames like Notch and deadmau5 and i am using this code to launch it on mac ...
0
votes
0answers
58 views
Handle “down for maintenance” situation for REST API in ASP.NET MVC
There is an ASP.NET MVC web app with public web pages and REST APIs under /api/ URLs
I need to be able to bring app down for maintenance and make it respond to all /api/ requests with "maintenance" ...
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 ...
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
1answer
238 views
What frameworks to build an offline webapp [closed]
What framework supports building webapp that work offline ?
I believe that most of the webapp should be coded in javascript to be usable offline, and that data should be synchronized when the webapp ...
0
votes
0answers
66 views
opencms using directedit outside the workspace
In opencms is it possible to edit content outside of the workspace? If a user logs in from the online site I want to turn the project to offline and allow them to use the WYSIWYG editor to change ...
0
votes
1answer
120 views
Sync data bethen two JPA applications
I wrote an application that uses JPA (and hibernate as persistence provider).
It works on a database with several tables.
I need to create an "offline mode", where a copy of the programa, which acts ...
0
votes
0answers
62 views
Pitfalls specific to “browser apps” that might be run from a file URL? [closed]
Background
I'm working on a little app which uses modern HTML and JavaScript in a single .html file with no server support of its own.
It does call some web APIs on "foreign" servers but it will ...
2
votes
1answer
470 views
build HTML5 offline web applications with Java
I want to build HTML5 Offline Web Applications but want to code in pure Java. I have seen Sencha GXT 3 but I am unsure as it supports for offline cache HTML5 or not.
If you have any experience with ...
0
votes
1answer
595 views
HTML5 offline support and how to do synchronize with backend database
I am new to HTML5,very sorry if my question sounds silly to you. I want to understand HTML5 offline capacity. AIM is that application developed will save data in local database (browser) and when ...
6
votes
3answers
357 views
Sensible solutions to the removal of the offline_access permission
Am coming back to building a FB app after some time away from the FB Platform and I see that the old offline_access permission has been removed and replaced with long(ish)-expiry tokens[1].
So, it ...
1
vote
3answers
1k views
JMapViewer ADD tiles for offline view
Hello I'm using this sample in Java to try to load OpenStreetMaps Offline tiles,
for example I have my tiles on C:/OSM/tiles/
but I need to know how to add this information in map (JMapViewer) class ...
0
votes
3answers
816 views
moving PHP MySQL web app offline
I recently built a web application for my company, and now they want it to support an offline mode. To complicate things, my company is very concerned about security and does not want me to use Xampp ...
1
vote
2answers
2k views
How-To support Internationalization of JQuery Mobile Offline Web App (i18n)?
I am looking for a general mechanism to internationalize web application that have to work in offline mode.
Initially I was considering adding data-i18n tags to elements but this seems like a very ...
2
votes
0answers
534 views
How do I delete just the offline-mode cache within an android WebView programmatically?
I am trying to delete my offline-mode (defined in cache.manifest) files without deleting any WebSQL databases or local storage data.
I have been experimenting with deleting cache files and have used ...
0
votes
1answer
212 views
indexedDB XML Schema?
I am writing a small and simple API to abstract away Web SQL, indexedDB, and maybe even localStorage/JSON. The API will allow the programmer to think of the database as a small relational database ...
8
votes
5answers
1k views
HTML5 / JS - check that application is offline
I'm testing HTML5 offline application. To do that, I'm stopping my local web server (IIS) and open application. It's loaded fine, but it failed as soon as it request server side API method.
I want ...
0
votes
1answer
354 views
iOS internal proxy in app
In one of our apps, we have to implement an online / offline feature. The caching is already done. What we have to do, however, is to implement a save way to prevent the app from opening a network ...
25
votes
4answers
1k views
Haskell offline documentation?
What are the possibilities, if any, for getting offline docs for Haskell core libraries (and maybe more)?
Sometimes I take my laptop to the coffee-shop where there is no wifi, and it would be nice ...
0
votes
1answer
196 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
132 views
Resource management in cache manifest
Im working on an offline html5 audio player. Obviously I have to specify filetypes such as Mp3 for use with webkit and Vorbis for firefox etc as per the HTML5 spec. However for use on mobile devices ...
0
votes
2answers
100 views
Off-line using of online maps
Does somebody know soft for better using online maps in off-line mode?
Because, you know, now you have to do several printscreens and then glue them.
But I'm pretty sure that there is tool at least ...
6
votes
2answers
5k views
Spring Framework TEST RESTful Web Service (Controller) Offline i.e. No Server, No Database
I have a very simple RESTful Controller that consumes and produces JSON. I need to test this controller offline i.e. no server running, no database running. And I am going nuts for not being able to ...
3
votes
3answers
159 views
Website that runs without Internet?
allaboutrajini site tells you to stop your internet connection to enter the site.I guess it determines whether the connection is on or off with javascript or something like gmail and qoura do.
But ...
3
votes
2answers
219 views
could the first ever maven build be made offline?
The problem: you have a zipped java project distribution, which depends on several libraries like spring-core, spring-context, jacskon, testng and slf4j. The task is to make the thing buildable ...
0
votes
3answers
275 views
Running Apache Dev/Test server locally
Is there any way that I can set up Apache to run locally, specifically NOT connecting to the internet, so that it may serve dynamic content (PHP) over a LAN?
I'm trying to set up a development ...
1
vote
1answer
103 views
plus one button not loading when html5 offline storage is enabled
I added the following plus one script at the top of the head tag
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
and then added plus one button in ...
0
votes
1answer
241 views
HTML5 offline strange behaviour
I am having a problem with a web app that I'm working on and I have posted a question here which is a bit vague and probably not very helpful. I have decided to create a really basic site and build it ...
6
votes
1answer
955 views
Should HTML 5 cache manifest work with ajax requests too?
I'm trying to get HTML 5 offline application cache working with an ASP MVC 3 website. The problem I get is that
when I try to navigate to a page in offline mode, it doesn't work.
I am using an action ...
2
votes
2answers
202 views
Using Isolated Storage to provide an offline mode of a module in an application
I'm working on an application that allows users to submit some sort of requests. The application is broken down into several Silverlight applications one of which is that for submitting the requests. ...
7
votes
3answers
2k views
displaying cached version of webview in android
I am trying to get the HTML5 offline cached version of a website to display when the network is down inside of a webview.
I have overridden onReceivedError ok, and when the network is down this ...
0
votes
1answer
422 views
Using offline application cache in iOS and in full screen app mode it opens other pages in Safari instead of the application
I'm building an offline tablet/phone app in HTML5 to collect data remotely in the field where there are no cell towers. It uses the offline application cache manifest to save the pages into the ...
1
vote
1answer
657 views
How do I embed NoSQL database to my browser for offline experience?
I want to have a document oriented database with features like find, insert, modify and other found in MongoDB, to be be available to my browser ( Safari on iOS and Chrome on Android is good enough, ...
1
vote
1answer
2k views
OSMdroid : How to render offline map from a local zip archive
I'm using the osmdroid library for my custom map application and my last issue is related to the accessibility of offline contents prepared in a common format easy to share.
In the specific I'm now ...
2
votes
2answers
2k views
Offline db app to online syncing, cross-platform, use HTML5?
For a school project for a real-world client we are being asked to create an app that can work in offline mode to store information into some sort of db, that will then sync that info with an online ...
0
votes
1answer
452 views
SQLite or Internal storage for RSS on Android?
I'm making an app that needs to be able to read an RSS feed offline. I've been told to get it done the most efficient way, which is either by storing the feed in a SQLite database or by storing the ...
0
votes
1answer
246 views
Show offline-mode
What is the best way to show a user that he is in offline mode? Does Apple provide anything like a toolbar icon or what would be the best practice on that?
0
votes
1answer
257 views
how to receive the offline SMS in android programatially
If my android device is switched off , at that time some one is sending sms to my mobile.
once i switch on i want to get the SMS through programatically.
is this possible any one please help me in ...
1
vote
1answer
308 views
jQuery.get queue the request until network connection available
I am using jQuery Mobile to create a webapp to look at and update a CRM type system.
The mobile app sends update using jQuery.get and jQuery.post and they work fine when network connection is ...
