NetTalk Central

Author Topic: nettalk pages  (Read 2601 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
nettalk pages
« on: November 25, 2013, 11:55:11 AM »
I Have an application, when I open the page I get a before and after effect, pictures that I have posted. Is there a way to stop the before effect happening.

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: nettalk pages
« Reply #1 on: November 26, 2013, 03:45:56 AM »
This is normal behavior for any web site which uses JavaScript and Css and so on.
It's especially apparent on slow connections, or from slow servers, where the javascript takes a long time to arrive, and start running, and the browser has already rendered the html.

On solution is to add the css class, nt-hidden to the body, and then remove it (using javascript). but some widgets don't like working on "hidden" objects, so there can be side effects to this approach.

cheers
Bruce