1 Attachment(s)
Login Page with Manifest feature and Webstorage.
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.
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.
Please help