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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -