Hi folks, I have got a typical client-server web app and I want the client not to realize when the network goes down and the app works offline. Im using a local database sinchonized with server`s database but I want exactly the same look (banners, colours, format...) when I´m offlina that when I´m online. Can I use the resource store for capturing the response, store it on user`s machine and, when the app goes offline, modify the captured file just changing the new data to be updated? Is there any other way to do that? Thanks
