So my goal is to use offline storage to do this.
The main goal is remembering login information.
In what form should I store the data and how should I actually go about doing this?
Examples would be great, thanks!
So my goal is to use offline storage to do this.
The main goal is remembering login information.
In what form should I store the data and how should I actually go about doing this?
Examples would be great, thanks!
Use persistent storage. See this example from Apple docs.
UPD: Apple recommends using persistent storage facilities of HTML5 now. However, the above mentioned article is quite informative.
think about the manifest system and store a dynamic javascript file with login variable inside... just an idea