localStorage not persisting in OSX app (Xcode 4.3)

后端 未结 3 1892
庸人自扰
庸人自扰 2021-01-05 04:05

From what I have seen, if you are building a OSX desktop HTML5 app and want localStorage to persist in your WebView wrapper, you need to do something like this:



        
3条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 04:55

    I have found a solution to the persistence problem. see my post at

    Local Storage in webview is not persistent

提交回复
热议问题