views:

38

answers:

1

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 ?)

+1  A: 

In a word... no. However, WebKit supports HTML 5 things like local storage - check this article out on the ADC site.

iKenndac