Hi,

When opening calling WA EXECUTE JAVASCRIPT FUNCTION the first time in a form 
for a web area it takes 6 seconds to complete
Successive calls run as expected
Does this have something to do with loading certain libraries?
Does anybody know why does this take so long?
Can I do something about this?

I have a javascript function to scroll to a certain element within my html

function scroll_to_id(my_id) {
  var elmnt = document.getElementById(my_id);
   elmnt.scrollIntoView()
};

and WA EXECUTE JAVASCRIPT FUNCTION(*;$area;"scroll_to_id";*;$element) use to 
execute it

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to