caching with dynamic html
Hello
In my app a page I cache one page (data-dom-cache="true") with its form components (checkbokes) are dynamically created when "beforeCreate" triggers by reading some value from local storage.
The page is shown correctly but if I navigate to other pages and later I go back to this cached page the markup is all messed up (see attachment).
Any idea of what's going on?
Thank you in advance