We've developed a knockout app using html5 appcache, everything works fine except the CSS. The CSS is loaded from the appcache as expected when offline and the first view is fine with everything displaying correctly. The problem starts when I update a binding and move into a new view, most (not all) of the CSS styling is lost.
Has anyone else experienced this problem? Or have any ideas what might be causing this?