- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I try to import the project you posted, it has problems with one of the plugins:
The Intel XDK detected that the plugins and/or their versions in the Intel XDK project cookie_pro do not match those specified in your project's plugins directory. You must resolve the inconsistencies to open this project.
PLUGIN | PLUGINS DIRECTORY | SPECIFIED BY PROJECT FILE |
---|---|---|
io.litehelpers.cordova.sqlite | origin: cordova-sqlite-storage@0.7.10 | origin: io.litehelpers.cordova.sqlite |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the error?
I use normally like this:
try {
if(typeof(window.localStorage) != 'undefined') {
if (window.localStorage.getItem(2)) {
variable = window.localStorage.getItem(2);
}
} else {
alert('window.localStorage, not defined');
}
}
catch(err){
alert('store_local,error,' + err);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page