sebholstein / angular-google-maps

Angular 2+ Google Maps Components
https://angular-maps.com/
MIT License
2.03k stars 817 forks source link

Agm-snazzy-info-window displays at random positions #1875

Closed Svkiyo closed 3 years ago

Svkiyo commented 4 years ago

Issue description

Agm-snazzy-info-window displays at random positions

Steps to reproduce and a minimal demo of the problem

https://stackblitz.com/edit/angular-google-maps-demo-bda7t4?file=app/app.component.html

Current behavior

Agm-snazzy-info-window displays at random positions

https://im7.ezgif.com/tmp/ezgif-7-f1e60956fae0.gif

Expected/desired behavior

Just displaying agm-snazzy-info-window above the marker

angular-google-maps, Angular, & any other relevant dependency versions

It is not a problem of dependency version. this exemple works

    "@agm/core": "^1.1.0",
    "@agm/snazzy-info-window": "^1.1.0",
    "@angular/animations": "10.0.14",
    "@angular/common": "^10.0.14",
    "@angular/compiler": "^10.0.14",
    "@angular/core": "^10.0.14",
    "@angular/forms": "^10.0.14",
    "@angular/platform-browser": "^10.0.14",
    "@angular/platform-browser-dynamic": "^10.0.14",
    "@angular/router": "^10.0.14",
    "agm-direction": "^0.8.6",
    "core-js": "2",
    "rxjs": "^6.6.2",
    "snazzy-info-window": "^1.1.0",
    "zone.js": "^0.11.1"

Info

Seems that latitude / longitude options aren't working too.

Svkiyo commented 4 years ago

It would seem that this problem has existed for 1 year. issues#1570

By doing this : custom-info-windows-with-snazzy-info-window i can't use angular input as [placement], [maxWidth], [backgroundColor]

Thanks for helping

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.