-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mootools + Google Maps V3 conflict issue causing google streetview not working. #2803
Comments
A simpler jsFiddle shows it's still a problem w/1.6.0: Described on StackOverflow |
I'm having the same issue using Mootools 1.6.0 and Google Maps v3.38. I ask the guys from Google and they reply me with this (maybe this helps to fix the problem): The solution for this was to include the parameters v=3.36 when calling the Google Maps library. |
Don't use mootools in compatibility mode
|
I have an issue with my project that uses google maps api, where markers are not visible on the maps screen. Our project uses moo tools v1.2.x and is there a way we can resolve the issue without updating the version as that would break quite a few dependencies we have on it. |
Experiencing the same issue as @Add-787. Using MooTools v1.3.1. |
Hi @getupkid, |
Thanks @Add-787 |
@Add-787 so, we worked out that in the old version of MooTools that we're using (1.3.1), it is actually deleting the native javascript prototype bind method. |
+1000000 @getupkid |
Hello there,
I have an issue in Joomla3 site, loading Google Maps V3 and mootools 1.4.5 in a same page causing google steetview not working.
Here is jsfiddle code http://jsfiddle.net/5b4hys7w/4/ In this code when you comment out mootool library javascript, google streetview working fine, you can pan, drag map using mouse. But with mootool + maps v3 you can't pan, drag the streetview.
Hope anybody can fix this bug.
Thank You.
The text was updated successfully, but these errors were encountered: