Page 1 of 1

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

Posted: Thu May 22, 2014 11:42 am
by deveu

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?


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

Posted: Thu May 22, 2014 1:35 pm
by Evgene Karachevtsev

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.