Hi all
Is there an event, that is fired, after a page has finished layout and is showed?
I have searched for hours and don’t found any information.
As one of my pages takes very long to show in WP and the user then sees a “blank black page”, I want to show and loading-message with ActivityIndicator…
To show the loading-message is not the problem, I simply don’t have found an event that is fired after the page is built completely and shown (to hide the loading message).
The OnAppearing-event is not usable as it fires much too soon...
I have seen (in debugger) that there is an event/property “hasAppeared” to the page.
This "sounds" interesting, but it seems as it is not public usable.
Thanks for any suggestions…