Questions tagged [offline-mode]

251 questions
0
votes
1 answer

Download and save a background image locally to use it offline in Ionic/Angularjs using imgcache.js

I am using imgcache.js and a custom directive to download images and save locally to use it offline. Libraries: https://github.com/chrisben/imgcache.js https://github.com/sunsus/ngImgCache/ The case is that I need to apply a background image to the…
Eusthace
  • 2,740
  • 5
  • 30
  • 39
0
votes
0 answers

How to use offline map in Devextreme mobile application?

I'm developing an application that contains an offline mode. I need to use offline map in this Devextreme mobile application. How do I make it ? Has the google map in such a feature ?
0
votes
2 answers

Filter issue in Offline Synch for Azure Mobile Services inside Android Studio

We try to implement Offline Synch for Azure Mobile Services inside Android Studio. I followed this article to achieve this. https://azure.microsoft.com/en-us/documentation/articles/mobile-services-android-get-started-offline-data/ There is step 9…
0
votes
1 answer

Off-line installation of IRkernel for Jupyter/IPython notebook

I am working on an off-line Ubuntu server and I would like to write an IPython notebook with only R code. I understand that for this to work I need to install the IRkernel. This shouldn't be a problem if the server was on-line, but unfortunately…
oli
  • 23
  • 6
0
votes
1 answer

Need suggestions , making function to "put site offline"

I am upto making a function for mine website's administrator to put it offline. But site must be some way accessible for administrators or mods. What way i should do it ?
Arshdeep
  • 4,081
  • 7
  • 29
  • 43
0
votes
0 answers

How can i connect a iphone to another iphone or ipad programically and transfer data using Bluetooth?

I am in the scenario to send my local database's data across different devices (iPhone or iPad) using Objective-C. Is this possible to transfer the raw data between iPads/iPhones? Since My app should work in offline mode. I would be really…
Sathish
  • 388
  • 1
  • 5
  • 19
0
votes
1 answer

How to use Volley to support offline feature using cache? Does it support large JSON storage?

I am using volley for making server calls to fetch data. But now I want my application to work in offline mode too. So using volley cache is good idea or not and how to use it ? Does it support large JSon data storage ?
Punit Sharma
  • 2,951
  • 1
  • 17
  • 32
0
votes
1 answer

Google OAuth2 - tokens, on-line, offline, adding scopes incrementally

Trying to organize this question into something clear. We are integrating Google for Work into our application, to use login, Google+, and eventually Contacts, Calendar, etc. As is recommended by Google and everything I have read, we are going to…
Andy Wallace
  • 511
  • 4
  • 25
0
votes
1 answer

sencha cmd won't make an .appcache file

I'm trying to make my app run offline with caching. And I have the default appCache section in my app.json: /** * Used to automatically generate cache.manifest (HTML 5 application cache manifest) file when you build */ "appCache": { /** *…
MrFox
  • 4,386
  • 4
  • 40
  • 72
0
votes
1 answer

Mobile Services: How to handle the case where your query string is too long?

With Azure Mobile Services Offline Support I'm issuing a PullAsync query like so: // This list contains 53 emails var deviceContactEmails = new List { "derek@gmail.com", "sarah@gmail.com", ... }; var query = _userTable.Where(x =>…
user567677
0
votes
0 answers

save data for offline mode of a web service app

I have developed an android tourist app using web service (json api),the app is working fine. App have map view with markers ,and photo gallery ,location detail etc. Now client want to add a feature of offline mode ,means that when the app will work…
userAndroid
  • 556
  • 2
  • 9
  • 26
0
votes
0 answers

Offline login with encrypted local database ? Security Issues

The first time, the user will log in in his account and I will check if credentials are correct in the Online Database. Then I will store all his data (including device id) in a local database in order to be able to login in offline mode. I want to…
jmb95
  • 97
  • 2
  • 9
0
votes
1 answer

How to achieve Offline chat(Wifi chat) concept in android 2.2 and above?

I'm new to android. I would like to achieve the "Offline Chat" concept in android(2.2 and above). I know this is possible in android 4.0(and above) because the WifiDirect (Wifi P2P) function is available. But how can I achieve this in android 2.2…
0
votes
0 answers

How to save a secure web page with all external sources for offline view?

I have an ssl page that I want to mimic on my local computer while it's offline. This page includes scripts, images and an iFrame. I have tried all kinds of varialtion to save it through the browser, but no success. I tried using fiddler and even…
0
votes
1 answer

Octopress preview with local mathjax?

I often write posts with limited or no connectivity, which is one reason octopress is so appealing: it makes it really natural to write and preview posts offline. The problem is that I cannot figure out how to make MathJax play ball. I have it set…
wmnorth
  • 237
  • 3
  • 8