Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

white screen between page loads

when going from one page to the other using multipage layout I can see white screen - since it is a browsing webpages it looks similar to what you see in the browser when website loads (not ajax loader)

nothing really bad but I was wondering if there are any settings that allow to change at least color of this white background
since it happens betwen page loads I would assume CSS won;t help

I shortened this white-page time by moving INVOKE SERVICE to PAGE SHOW from LOAD, any other advices?

thoughts?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

white screen between page loads

There shouldn't be a white page, unless you are doing a full page refresh. By default, navigation uses Ajax navigation.

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

white screen between page loads

correct, I use full page refresh as this is the only way to prevent caching
not sure if you noticed but when page (populated based on REST) is cached it doesn't call REST anymore...

it is either tiggzi bug or JQM thing..
I can drop full page refresh just not sure how to ensure that page will have fresh content from REST on each visit..?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

white screen between page loads

It's a JQM or a browser issue -- as the final app is running in the browser. What event do you use?

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

white screen between page loads

I have tested with PAGE SHOW only as it happens after LOAD, didn't help..
(I have native app for iOS)

any other event that fires when page is in DOM already so I can populate empty hidden element in the DOM? how about device ready, what is the order of events?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

white screen between page loads

I think deviceready is a PhoneGap event...

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

white screen between page loads

OK

any idea why page gets cached and ignores REST call attached to PAGES SHOW/LOAD events?

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

white screen between page loads

looks like this is not an issue anymore, must have been fixed however I turned off full page refresh and still see white screen between pages

Return to “Issues”