terence55 / react-baidu-maps

React Components for Baidu Maps
24 stars 4 forks source link

Can you please add MouseOver Event for InfoWindow #12

Closed darshanapatil closed 4 years ago

darshanapatil commented 4 years ago

I have gone through the library you have added only Click event for InfoWindow. Can you any solution to use any other events.

anaskhan23 commented 4 years ago

Please add mouseover on InfoWindow. Infowindow.js > Line 167 this.props[_constants.MARKER].addEventListener('mouseover', this.openWindow);

darshanapatil commented 4 years ago

Please add mouseover on InfoWindow. Infowindow.js > Line 167 this.props[_constants.MARKER].addEventListener('mouseover', this.openWindow);

Hey Buddy! Thank for identifying the exact code. It will help the owner to make the changes quickly. @terence55 FYI please check it once .

terence55 commented 4 years ago

Sorry for replying late, here is the same issue and solution. https://github.com/terence55/react-baidu-maps/issues/11