How to show page only when all content is finished fully rendering?
I am passing from one page to another and am calling services (eg login page confirm shows new page with content pulled in via services).
It is causing my app to look messy as each element (image, login name etc) loads separately and grids expand etc.
How can I transition to the new/next page only when page has fully rendering/loaded?