I have managed to created a small demo of login application which works in online and offline mode. In addition to this i have tried to use Web Storage and Session storage . Hope some one could better it anyway.
You could find the database feature in Chrome or Safari under Developer in section "Storage" and could run SQL queries. It seems Online detecting feature is not working in chrome and safari browser, but works in iphone and other device.
I have managed to created a small demo of login application which works in online and offline mode. In addition to this i have tried to use Web Storage and Session storage . Hope some one could better it anyway.
You could find the database feature in Chrome or Safari under Developer in section "Storage" and could run SQL queries. It seems Online detecting feature is not working in chrome and safari browser, but works in iphone and other device.
您能告诉我该怎么用这个东西么?
could you tell me how I can run it?
Unzip the folder to your server or localhost and view through chrome or safari. Using web developer tool you could access Database details under "Storage" Tab. You could also find htaccess file in it to Add mime type for manifest type.
Unzip the folder to your server or localhost and view through chrome or safari. Using web developer tool you could access Database details under "Storage" Tab. You could also find htaccess file in it to Add mime type for manifest type.
Where to I need the Sencha library files in apache tomcat. The path given in ur index.html is ../../resource/... But if I am keeping these files on the same level as webapps, it is not working. Please help.
failed with latest sencha-touch beta release (0.93)
failed with latest sencha-touch beta release (0.93)
Hi, i tried your login form with the latest sencha-touch release (0.93) and it did not work well.
If i set the safari user agent to iPad. it tries to show the profile page and page cannot be unmasked. the Safari developer tool (error console) points to ext-touch-debug.js line 13488 "Result of Expression 'item' [null] is not an object. I can see the profile form, but not the navigation bar and logout button.
But if i change the user agent to regular Safari, it shows the login page and i can use your test username and password to login.