When dragging Google Map Safari drags the whole page -
on a webpage have google map should draggable. when dragging google map (is official web component), safari drags whole website (like when dragging image).
firefox , chrome work great (ie not tested). ideas?
macbook pro , safari 7 , 8 tested.
would awesome hear ideas.
the drag of window can disabled via:
window.ondragstart = function() { return false; }
this solves issue (although of course dragging functionality causes bug disabled)
Comments
Post a Comment