Home
> Uncategorized > Localstorage equivalent in Nokia WRT
Localstorage equivalent in Nokia WRT
An unfortunate missing feature in Nokia WRT (Web Runtime) is HTML5 Localstorage, but fear not, there is an alternative:
To Save values, replace the following Localstorage call to a WRT call:
localStorage.setItem key, value
widget.setPreferenceForKey value, key
And the equivalent “Get” is:
localStorage.getItem key
widget.preferenceForKey key
More information on this can be read on the Nokia website:
http://www.developer.nokia.com/Community/Wiki/Storing_settings_in_Symbian_Web_Runtime
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback