HTML5 Storage between browsers (on an iphone)? -


is there way have localstorage persist across browsers? have system uses localstorage track iphone accessing system (it's controlled environment), work regardless of browser - if register phone using safari, want know registration key gets stored (currently using localstorage) if use different browser.

is possible? there way it?

no, localstorage local storage current domain , accessible on particular browser implementation. not , can not ever used across browsers or devices or different domains.

you need store key on server somewhere, different browsers can both access it. or perhaps there native feature ios both browsers can access, wouldn't know kind of thing.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -