Search Type: Posts; User: Alex Nazarov
Search: Search took 0.02 seconds.
-
25 Jan 2013 6:34 AM
- Replies
- 1
- Views
- 235
Hi there,
A couple of days ago I tried to use new Sencha 2.2.0, it works fine, but build doesn`t work for me, even example from Sencha.
There are my steps:
1. Creating new app
sencha... -
11 Oct 2012 12:01 AM
Jump to post Thread: appCache and locaStorage by Alex Nazarov
- Replies
- 2
- Views
- 553
Thanks for the great explanation
-
8 Oct 2012 4:42 AM
Jump to post Thread: appCache and locaStorage by Alex Nazarov
- Replies
- 2
- Views
- 553
Hi there!
I have a strange question to you :)
I don't understand why Sencha Touch Team uses localStorage and appCache, I mean why do they use both of them?
I am not sure when do they use... -
16 Aug 2012 6:08 AM
- Replies
- 5
- Views
- 1,286
My solution:
checkPrivateMode: function(){
var storage,
fail,
uid;
try {
uid = new Date;
(storage = window.localStorage).setItem(uid, uid);
fail =...
Results 1 to 4 of 4
