I am creating a fully standalone HTML5 application using localStorage.
I successfully saved and restored and processed localStorage data in a single .HTML file. Be that as it may, now when I try to access localSotrage data stored in one .HTML file in another .HTML file, I am not getting success.
Anyway, I created a separate .html file to clear all localStorage and it works fine.
Is this because the localStorage of each web page is separate and cannot be combined or some other error?
source
share