I need to call GetAllProperties() function during page loading instead of calling the GetAllProperties() function after page is fully loaded. My code l
GetAllProperties()
I've had the same problem. I solved by calling the function inside the tag in html
I hope it helps