开发者

Making a Google Maps demo work with Chrome and Safari

开发者 https://www.devze.com 2023-01-15 04:09 出处:网络
This is a demo of dragging on Google Maps v3, It doesn\'t work well in Google-Chrome or Safari -- what do I need to change to开发者_开发百科 make it work?it is ok now:

This is a demo of dragging on Google Maps v3,

It doesn't work well in Google-Chrome or Safari --

what do I need to change to开发者_开发百科 make it work?


it is ok now:

.bind('mouseenter',function(){
                map.setOptions({
                    draggable:false
                })
            })
            .bind('mouseleave',function(){
                map.setOptions({
                    draggable:true
                })
            })
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号