I have narrowed the issue down to my custom resize map function. Because I am developing for mobile, I am resizing the map div after I determine device and screen size. I then call map.resize(); map.reposition(); to resize and position the map. This is where the multiple calls occur. The question I have now is, how do I determine when these two methods are finished? I tried adding a callback function to the resize map function that contains these two function calls, but that does not work. Is there an event or callback available for these functions? If not, how do I determine when the map is finished being resized and positioned.
Thanks
Eddie