I have an app build with pwa technology, this app depends the localStorage, for example if localStorage.getItem("category") is something, i take a ready object and fill the dom, for example title = document.querySelector(".title"); title.innerHtml = object.title.On Chrome/android everything works good,the problem when i add to home on ios/Safari the dynamic content not show up.