Hi Steve, (disclaimer: I'm not a Google employee, just someone who's worked with Gears)
I'm not entirely clear about the behavior you're looking for; what do you want to modify when offline? The HTML of the page (this is easy to do with Javascript)? Or the contents of images or banners (this is not so easy)? Could you give us an example of the kind of response your application gives? It's probably possible to make that response look the same whether the user is online or offline, but there are several factors here... Thanks, Matt On May 19, 10:59 am, Steve Patrick <[email protected]> wrote: > Hi everybody,think I need your help... > I 've got an app that asks tha server for some information, then the > server queries a database and responses the client with the required > data. I would like to take my app offline, so my client now uses > Gears:has a local database synchronized with server's database, so, > when my app goes offline uses the local database and the app is able > to show the information requested. > That OK but, I want the user not to even realize that the app is > working offline when disconnected. I mean, when disconnected I want > the same page look that when connected, not only getting requested > data, I want the same colors, images, banners that appear when > online...Is it possible to capture in a Resource Store server's > response and then, when offline, query my local database and > automatically modify captured file with the new information to show? > Is there any other way to do that? > Thanks
