Hi all!
I'm developing an application in JavaScript, and It is taking a Non-negligible time to load. The UI elements appear first without any style, and then as the code is loaded, they get their styles and appear in the correct location.
Is there any standard way of handling this issue?
I tried placing a Div, with a 'loading.. ' message on top, and hide it, once the Map is loaded.
The only issue with this is, that zoom tool's screen feedback ( The grey rectangle with red border, that appears on the screen when you are doing a zoom) fails to display.
Any idea why this is happening? Any way around this issue?