web-sql
Is it safe to use HTML5 Web SQL Database API?
After reading http://www.w3.org/TR/webdatabase/ and more specifically: This document was on the W3C Recommendation track but specification[详细]
2023-04-02 02:04 分类:问答How to store a list in the web sql or any type of storage in the browser
How to store a list in the web sql or any type of storage in the browser, I have found three ways to store data in the browser, i.e. localstorage,session storage and web sql with html5 so i need to st[详细]
2023-04-01 07:43 分类:问答Making websites available offline
I am using HTML5 offline storage.The goal is to make the whole site available offline.So intuitively, no server requests means all the pages need to be on the client.The only way I know of to accompli[详细]
2023-04-01 05:16 分类:问答HTML5 - Web sql setting up offline storage
How do I setup the basic switching of offline storage modes (offline/online) in Web SQL?I know there\'s javascript[详细]
2023-04-01 02:59 分类:问答Get a returned value in a callback on main function
I\'m developing an application using HTML5 and web database storage. I want to insert an row in a table and return the new ID (table\'s primary key) created using:[详细]
2023-03-31 14:15 分类:问答getting data from async function
i have this code: function getData(){ db.transaction(function(tx){ tx.executeSql(\'SELECT * from q\', [], function(tx, result){[详细]
2023-03-31 01:05 分类:问答How to delete a database in WebSQL programmatically?
I am new to Web SQL database and I use it to save data in a local database in a web page. I can create a database by[详细]
2023-03-30 06:40 分类:问答My websql transaction won't execute
I have a mobile app in HTML5 that is using the websql database. I have a data.js file with a bunch of functions for doing various CRUD jobs with the database. I\'ve never had this problem until I got[详细]
2023-03-27 22:41 分类:问答How to find the location of database created using HTML5?
I am developing a playbook app, where I am creating multiple databases. Can I get the location of the file/db created. I n开发者_如何转开发eed to delete that Database, but I couldn\'t find a way to dr[详细]
2023-03-25 17:43 分类:问答Openlayers offline caching for iPad
I am buildi开发者_如何学运维ng an HTML5 app for an iPad and it will contain a map for basic contextual information. I need some way to cache the map offline selectively (i.e. I am going to an area tha[详细]
2023-03-25 09:06 分类:问答