When reloading, I see a flash as the elements are being populated again. How can I prevent this by having the browser show the new page only once it has been fully reloaded (so that the user doesn’t notice it being reloaded)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
from what it sounds you need to use ajax, post or get methods to reload certain parts of your site, not the entire page.