-
Notifications
You must be signed in to change notification settings - Fork 517
infowindow hiding the marker with google map api v3.36 #882
Comments
Will there be a fix for this? This is functionality that is truly needed. |
If you comment o remove this line, you will fix the marker. For me worked. Why coment or remove this line?
|
This is really good info, but I'm using the npm package and would prefer to keep it that way if i can. Anyone do a pull request for this? Does the maintainer take pull requests? |
FWIW: By overiding the following css classes, at least I have been able to move the infowindow above the marker but tail still hides somewhere behind the infowindow. Kindly note that it may break with future google maps update so I fixed my google map version.
|
I simply used the 2 above suggestions and united them into 1 simple solution. Simply add the necessary class info for ng-map-info-window that would have been applied to gm-style-iw-t. Worked great for me.
|
Kindly refer to the stackoverflow link for the issue details:
https://stackoverflow.com/questions/54821001/google-maps-v3-36-infowindow-is-hiding-the-marker
I noticed that this is happening only with ng-map and all its examples like here:
https://ngmap.github.io/#/!infowindow-simple-max.html
But not happening with native google map like here:
https://google-developers.appspot.com/maps/documentation/javascript/examples/full/infowindow-simple
Thanks.
The text was updated successfully, but these errors were encountered: