LocalStorage not properly work in Iframes
LocalStorage is not properly work in Iframes (SAFARI)
When i'm try to use the LocalStorage in Iframes , it not work fine
Browser(SAFARI) not able identify the domains . so, it create false instance of LocalStorage for same Domain
Example (tab has an iframe of same domain):
tab1 - localStorage has some values
tab2 - localStorage is Empty
Safari need to address this Issue