Question 1. In my app exist 3 pages. I created navigation button from 1 to 2, from 2 to 3, from 3 to website (web site opens in child browser). When I return from web site ( I use buttoon back) and return from page 3 to page 1 (in page 3 exist button home (navigateToPage (page1)) on page 1 start works event pageLoad all the time. If i don't go to web site and go to page 1 from page 3. PageLoad event not work. This is a bug or this is a feature?
Question 2. In page 3 I have table with mapping data on it. After operation page 3 - website - return table exists all time on page, even if I write bad data in no data retrun from server. If I use case page 3 - page 1, for instance, witout moving to website, all work normaly and table doesn't show on page 3.
Thank you in advance.