When marker labels are used, quick scrolling/zooming outside viewable map area freezes/locks-up map #1270
Description
This issue only occurs when I turn on marker labels, plain makers without a label do not cause this bug
Device: phonegap webview on iOS (iphone 5s)
When I render makers with a custom label or custom label css and drag/zoom the map around pretty fast (when dragging slowly, the bug does not show up), and the map is moved so the makers with labels disappear from the map, the map basically freezes at a specific location ("Location1"), and when I try to move/zoom the map again it snaps back to "Location1". Redrawing, resetting, changing $scope.map updates the marker positions but the actual map image stays the same frozen on "Location1". The "resize" event doesn't work either.
An error I see is: "Error NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist"
Temporary solution question: I would like to at least destroy the current map completely & redraw it with the same $scope.map - how could I do this without a refresh?
Thanks!