Languages

Menu
Sites
Language
Local Storage in Widgets

Hi, I'm trying to create a widget that requries accessing data from local storage, however anytime local storage is mentioned in javascript, the code stops running. I can't see what error it's encountering because tizen studio doesn't allow debugging for widget apps for whatever reason. Is local storage not available for widgets and if so, is there any alternative?

Responses

1 Replies
André Reus

Hi Sam McGillicudy
Please share what have you done. I have just tried with localStorage.setItem and getItem. But i did't work for me.