【朗報】iOSのsafariのプライベートモードでlocalStorageを使う方法/使い方(how to use localStorage in private mode of iOS:safari)
こちらは2017年4月9日の記事です。
iOS:safariのlocalStorageが使えない問題が解消できましたのでおしらせします。
レガシーなブラウザにも対応していていい感じです。
ネットにはまだ多くの「使えない」記事がありますので書きました。
DEMOを作りましたので下のリンクからiOSsafariプライベートモードに遷移して見てください。alertでtrueが出るはずです。
DEMO
https://kenjimorita.jp/storejs/index.html
Personally I like not getting strings when fetching truth values from local storage
localStorage.setItem('isUser', true)
localStorage.getItem('isUser') === "true" //true😖
npm i -D store
↓
store.get('isUser')//true😍— 武骨日記 (@bukostunikki) 2017年4月8日
もし周りで困っている人いたらこちらのページを見せてあげてください。
ありがとうございました。