I'm playing with Senchatouch and I notice sniffing on Chrome 'Options' -> 'Under the Hood' -> 'Cookies and other data' that any localstorage created on Sencha Touch has null 'Origin'.
This is not a real problem since everything works perfectly and any localstorage has its own id. But what if I embed this app with phonegap and deploy on a device? If I have two different apps and both have null 'origin' they will share all localstorage! And who can grantee they don't share a localstorage id?
Did I miss something?