localStorage items are not modified by setItem()
에 의해 Dmitry Utkin
2013년 07월 04일 14:23
영어 (English)
22 댓글
Hi.
I'm facing a strage localStorage behavior. After setting some data with setItem() first time, it stays the same every time I try to modify it.
So I'm setting up some options\settings: setItem('a', 'a')
Then during app launch:
1) getItem('a') -> 'a'
2) setItem('a', 'b')
3) getItem('a') -> 'b'
BUT if i kill the app with Task Switcher and restart it getItem('a') gives me 'a' again! Any ideas on this issue?
Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
로그인이 필요한 서비스 입니다. 로그인 하시겠습니까?
The tag you entered already exists.
이 게시물을 스팸으로 신고하시겠습니까?
스팸으로 신고 되었습니다.
cannot be empty.
작성을 취소하고 목록으로 돌아가시겠습니까?
The code has been copied to the clipboard.
이 곳에 제목을 입력하세요.
All Categories
일반 지원
Tizen .NET
웹 애플리케이션 개발
Native 애플리케이션 개발
SDK 및 IDE
--------
--------