You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Cocos2d with Cocos creator in Simulator or Windows Debug
cc.sys.localStorage.setItem("test", "Test") successfully saves down to the sqllite in the appdata folder.
then,
Object.keys(cc.sys.localStorage).foreach((save)=>{console.log(save)})
never shows the save
The text was updated successfully, but these errors were encountered:
Running Cocos2d with Cocos creator in Simulator or Windows Debug
cc.sys.localStorage.setItem("test", "Test") successfully saves down to the sqllite in the appdata folder.
then,
Object.keys(cc.sys.localStorage).foreach((save)=>{console.log(save)})
never shows the save
The text was updated successfully, but these errors were encountered: