It works on mobile devices since on those the faulty function is not called: if (this.isMobileSize()) { localStorage.removeItem("ch_pos") } else { var coord = jsonParse(localStorage.ch_pos); this.$rootContainer.css({ top: coord.top, left: coord.left }) } I think correct would be JSON.parse(), i.e. some typo which can happen. The real problem is that su
    • Like
    2