Select to view content in your preferred language

Problems with a Loading Screen

597
1
02-21-2013 10:40 PM
DevdattaTengshe1
Deactivated User
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?
0 Kudos
1 Reply
RahulMetangale1
Frequent Contributor
Have you tried setting parseOnLoad to true?
0 Kudos