Hi all,
I’m trying to show some info and a button with a function when clicking on a Google Maps Javascript marker.
I have two solutions: add native Google Maps InfoWindow or present a Popover.
But with InfoWindow I’m not able to obtaing Ionic style inside it (for text and butoon),
instead with Popover I’m not able to assign it a specific position (I’d like to show it immediatly near marker like native InfoWindow, I’ve tried to create a MouseEvent but without success).
Any idea on how to make working at least one of two solutions?
Really need a working solution for this. Ideally for me would be having ionic apply its css classes to html elements inside the google maps infowindow. I’d like to just use the ion-button attribute and have the css styles applied as ionic normally does.