At the first load of the home page of my jQuery Mobile based website, it appears like 1 second before being processed by jQuery Mobile, then the page become blank for 1 second and then, the final render of the page is done, letting the final page appear. It gives a sort of blink effect that I want to avoid, especially because for exemple all elements that jQuery Mobile need to parse are visible during the first second (for exemple, popup aren't hidden, etc.).
I tried with other jQuery Mobile based websites and they don't seem to have this issue. Is there a configuration or something ? If it's not the case, I would like to hide the page until it's completely loaded.
Thank in advance.