deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to show page only when all content is finished fully rendering?

Hello,

You invoke some services on "page show" or "load" events. Those services require some time to get data and display it on a page. If it takes too much time, you need to reduce quantity of data shown on page or get it locally.

Return to “Issues”