With the new Google maps renderer that is going to be the default on may 15th, there are a couple of things that break with the current v3 maps js api. First, even with the data-tap-disabled frag set to true on the map container, when we drag the map, the left menu opens. Second, the infowindow does not place itself properly on screen: it’s displayed behind the map controls. Those are the two problems I could find so far.
If you want to try it right now, you can adjust the loading of google maps js api with the v=3.32 (current experimental version, that will become the release version on may 15th).
This code pen from Mike Hartington shows the left-menu problem:
I searched quite a bit on the subject and didn’t find anything to correct this. Anyone knows more about this ?
Thanks