Even though I save my location to the map my location is not saved when I sign out on my PC
Even though I save my location to the map my location is not saved when I sign out on my PC
ranges
The location is saved on the web only in the given browser – and you must have local storage enabled in it.
Ventusky
How do I enable local storage in Firfox
Ventusky
Ok, so this "The location is saved on the web only in the given browser – and you must have local storage enabled in it."
How does one actually find 'local storage' inside Chrome?
You can check content of local storage in Chrome:
1) Open the Developer Tools by pressing F12.
2) Click on the Application tab and you will see localStorage's content. From there you can add/edit/delete the entries manually.
(Source: link)
You should see some entries. If it is empty, you can try to enable it:
chrome://settings/content/siteData
Perry
I use Firefox Not Chrome
In Firefox, F12 also opens dev tools.
There is tab "Storage" and under it, you can see "Local Storage". It should contain setup info.
If it is empty or not there, you can check Firefox settings under with putting about:config to address. Under it, find dom.storage.enabled and it should be set to true.
Perry
Thanks. It is set to true by default!
Пожалуйста, войдите, чтобы добавить сообщение в обсуждение.