i store data in couchd, which uses a put with a json argument. for reasons not clear, this is followed by a get with the json argument serialized (probably an error in couchd). the get is
on startup the initial page (the first page) is automatically shown. it can be populated during initialization, but when the page is shown, i would like to get the pagebeforeshow event and do the population with dynamic contennt then (otherwise i have to duplicate code, once for initialization, once for pagebeforeshow).
1. is it correct, that pagebeforeshow is not triggered during the first showing of a page after initialization? if yes, why? 2. is there an event that is uniformly triggered before a page is shown?