Hello Team,
My question is a bit similar to this question, However I didn't get my answer from it.
https://getsatisfaction.com/apperyio/...
My question is -
If I have two pages -
Screen1 and Screen2. And my starting page of this app is "Screen1", and there is a button on this page to navigate to "Screen2".
On "Screen2", I have a button, and on its NavigateToPage event, I am returning to "Screen1", here "Screen1" load event doesn't call, so my values in input box and all will be there.
Now, I have three pages.. "StartScreen", "Screen1" and "Screen2".. And initial page is "StartScreen", and there is a button on this page to NavigaeToPage to "Screen1", and rest are same... But now if we are on "Screen2" (we came here from "Screen1") and button's NavigateToPage event, we come to "Screen1", but here page's "Load" event also call along with "PageShow" event.
Can you please explain it why???
I am sharing public link of app..
http://appery.io/app/mobile-frame?src...
And for testing.. When you come on "Screen1", then fill name in it, and click the button to reach "Screen2", then when you click button on "Screen2", why "load" event call, and "Name" text get blank..
Please help.