Questions tagged [offline-storage]
33 questions
8
votes
2 answers
HTML5 Offline Data Storage Options
A developer buddy of mine just recently started at a new company and one of his tasks is to come up with a new web application that allows their users to work offline when their staff are onsite in remote locations and then later to sync with a…

Dylan Hayes
- 2,331
- 1
- 23
- 33
7
votes
4 answers
How can I implement MVVM with offline storage and Knockout.js?
I can implement Mvvm with Knockout.js. But I want to use it with cross browser(FF and Chrome) supported Html 5 offline storage.
I want to bind html objects to offline storage.

Oguz Karadenizli
- 3,449
- 6
- 38
- 73
2
votes
2 answers
Is it possible to load an image into a web page locally?
The idea is to take an image from a user's machine and allow them to display the image in a webpage. I do not want to send the image back to the server.
An upload button will exist. It should just update the page content dynamically.
Can this be…

P.Brian.Mackey
- 43,228
- 68
- 238
- 348
2
votes
0 answers
Offline Storage Using IndexedDB
Requirement: To create a web application in ASP.NET targeting mobile devices, especially ipads which will have the "Offline Storage Functionality" when the app is not connected to internet.
My Plan:
To use "IndexedDB" in order to store data when…

Tinu Mathew
- 195
- 2
- 10
2
votes
1 answer
Is there a way to execute a function when user tries to delete an indexedDB database?
Is there anything like ondelete event handler, or way to warn user before they want to clear the indexedDB database.
Background:
There is a offline first app, that works by saving most of the data on indexedDB while offline. Now, when the user goes…

user3330840
- 6,143
- 7
- 26
- 39
1
vote
1 answer
Starting point for Dojo based offline-storage mobile app
I am experienced in webapps, mainly the backend php/mysql (Zend Framework based) stuff, but also some html/css/javascript (aka "jquery" ;) ). Now I want to develop a mobile app, based on Dojo and have no clue which components I need and what is a…

Jurian Sluiman
- 13,498
- 3
- 67
- 99
1
vote
1 answer
Flutter Hive - Dead Lock ! code needs an Adapter class to run. but that Adapter class will be creatd after i run the code succesfully, in terminal
im new to programming, and english is my 2nd language, so please bypass any mistakes.
The instructor ran the build command in Terminal of IDE:
flutter packages pub run build_runner build
or if in above fails, he usually runs below command:
flutter…

Saad Mansoor
- 199
- 7
1
vote
1 answer
HTML5 - Getting Started Using Offline Storage
I am following a tutorial to setup Offline Storage. I picked a compatible browser, FireFox 4.0.1. According to the Site that is all I need. Yet, somehow it does not work.
My code blows up in Javascript on this line.
var db =…

P.Brian.Mackey
- 43,228
- 68
- 238
- 348
1
vote
1 answer
React Native - Local storage (sqlite) sync with live server
The concept of my app is a basic survey collector excel sheet with 500 input fields/check boxes for each company registered, divided into 5 sections/screens on the mobile (each with 100 input fields). Every screen has a save button. Upon clicking…

STBox
- 583
- 8
- 23
1
vote
1 answer
Is there a way for a progressive web app to save a lot of data without using up all the memory?
what i'm trying to do is save (2GB +-) of data for offline use. i do this using Dexie( wrapper for indexeddb) for my Progressive web app.
My problem is that i use all of my laptops/android/IOS device's memory(RAM).
Is there a way for a progressive…

Tillo Loozen
- 23
- 3
1
vote
1 answer
iOS7 Mobile Safari offline data storage options
I'm looking to build offline-capable web apps in the next few months that require persistant client-side storage ideally larger than localStore and was curious does anyone know the status of IndexedDB in iOS 7 beta? I'm guessing it's still not…

asquarestudio
- 23
- 4
1
vote
4 answers
HTML5 offline storage - Alternative to Session?
I am working on a website which uses Session heavily. We are planning to migrate this website from framework 2.0 to framework 4.0. We are also planning to use HTML5. Since we are re-designing the application, we are also trying to reduce Session…

Asdfg
- 11,362
- 24
- 98
- 175
0
votes
1 answer
Viewing MS Office documents offline on an iPad 2 in an HTML5 site
I'm evaluating an HTML5 website that will allow the user to view MS Office documents (Word, Excel and PPTX), PDFs and possibly videos. All of this data should be accessible offline to the user on an iPad2.
After looking into concepts like cache…
0
votes
1 answer
Offline object storage solution azure blob api compatible
I am looking for the offline storage solution compatible with azure blob storage API for production environment.
Example Minio for AWS S3.
Microsoft Azure Storage Emulator
is for testing purpose i can not used it for production

Zohaib Saeed
- 1
- 1
0
votes
0 answers
PWA stored username and password in IndexDB
I have 1 requirement of PWA to enable user to login offline. What Software Architect propose is create a GET REST API to disclose all the username and hash password. And if online, PWA will call the GET API and store all username and hash password…

Chan Yoong Hon
- 1,592
- 7
- 30
- 71