Open GoogleCodeExporter opened 9 years ago
Im facing the same issue in FF and IE,is this issue resolved?
Original comment by zeesha...@gmail.com
on 17 Jun 2015 at 7:05
I have done the workaround by implementing hover event on Infowindow element
which fires map options
element.hover(
function() {
map.setOptions({ draggable: false, scrollwheel: false });
},
function() {
map.setOptions({ draggable: true, scrollwheel: true });
}
Original comment by zeesha...@gmail.com
on 19 Jun 2015 at 4:11
Original issue reported on code.google.com by
epow...@t-sciences.com
on 2 Oct 2014 at 7:10