This is probably a stupid question. I am using the google maps InfoWindow to display some text whenever i hover above certain places (onmouseover). I'd like to be able to copy the text that gets displayed. Any suggestion is welcome.
Thanks!
This is probably a stupid question. I am using the google maps InfoWindow to display some text whenever i hover above certain places (onmouseover). I'd like to be able to copy the text that gets displayed. Any suggestion is welcome.
Thanks!
Copyright © 2021 Jogjafile Inc.
Create a div with a CSS
style="user-select: text !important"
inside the content block of the info window.