5

I'm developing for a Nokia Web40 App and for some reason I can't use localstorage with javascript is there a way to do this?

Can I set a cookie if I decided to not use localstorage?

IDK514
  • 51
  • 1

1 Answers1

0

the answer directly from the FAQ would be "Local storage isn't supported in web apps, however you can use widget.preferences to store data in cloud."

Dr.Jukka
  • 2,346
  • 2
  • 15
  • 20
  • here's the link: http://developer.nokia.com/community/wiki/Nokia_Asha_web_apps_-_FAQ – Dr.Jukka Mar 10 '14 at 10:27
  • I was making a point for you to add it to your answer not as a comment, if your going to reference something it's always best to include where it's from. – Popeye Mar 10 '14 at 10:35
  • Thanks, still learning, got coupld of posts deleted when I had external links in them, thus trying to be on the safe side.. – Dr.Jukka Mar 10 '14 at 10:37
  • 1
    The reason they will have most likely been delete was because it was probably just a link. When you add an external link you need to provide something more then just the link mainly the specific part in the article that the link goes out too. – Popeye Mar 10 '14 at 10:42