asp.net - HTML5 Local Storage data not reflected across active tabs/windows in IE 11 -


we have created functionality in provide users works forms in offline mode. using html 5 local storage store offline data. forms have own html files (for example:form-1.html,form-2.html.)

we have parent html page makes use of iframe load requried html file based on form selected drop down list. after user have made modification in offline mode,the user can sync in changes logging asp.net website.

the problem ,we facing copy of local storage in modified user in offline mode not in sync when user sync changes asp.net website. in short,when examine local storage in ie console of browser when login asp.net website,it not reflect changes made local storage during offline mode.

both parent html page , asp.net website page serverd same domain. came across piece of article says on going issue , has not been fixed in ie 11.

ie , local storage issues please see bullet# 3.

has 1 had same kind of experience.?

any work around?

this known bug: https://connect.microsoft.com/ie/feedback/details/812563/ie-11-local-storage-synchronization-issues

there workaround added bug report can use indexeddb, synchronized among frames. before can create db, user need give web app permission create database.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -