Hi! I need to store and access preferences (like colour, etc.) from a javascript webapp.. Is there some webkit access to the NSUserDefaults? (or maybe CFPreferences ?)
|
|
In a word... no. However, WebKit supports HTML 5 things like local storage - check this article out on the ADC site. |
||
|
|
