Can`t highlight text on pin drawer
See original GitHub issueHi! A week ago I faced the issue in my project connected with selecting text on map pin drawer. The thing is that I couldn`t select text on map pin drawer with mouse clicks except the case when I click the right mouse button.
I couldn`t fix this issue locally in my project. Then I started discovering the google-map-react-examples and I found that can`t select or highlight the text on pin drawer too. In the example project source code this drawer is called “hintBaloon”.
In google maps examples we can simply highlight text on pin drawer https://developers.google.com/maps/documentation/javascript/examples/infowindow-simple
I guess the root cause is that in google maps documentation pin drawer is created with library method - “InfoWindow”. I`d like to fix this issue. Maybe someone will help me with some advice.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Hi! Thanks for this awesome package!
Are there any updates on this (or ideas) ? Because I am facing the same issue and would be happy to get some ideas to fix this.
FYI: I have a info window (simple div) on the map and disabled dragging on google maps. I have a textarea in the map and can’t select the text in it.
Glad to hear from you
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.