Can someone explain the difference in page load and page show?
I've never been able to find a solid explanation of these two events. Thanks.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I've never been able to find a solid explanation of these two events. Thanks.
Hello Korry,
Page Load executes something immediately after a page has been loaded:
Page Show event is triggered on the "to" page, after the transition animation completes. Pageshow event fires every time the page is loaded
So on a normal session. If a user is in my app and navigating the tabs lets say going from page 1 to page 2 back to page 1 back to page 2. Will page load and page show run on all 4 of those page views or does page show run 4 times, but page load only run on the first view of each page?
Korry,
Yes, you are right.