Dio
Dio
@DevelopersTopHat I did your suggestion with the onMouseEnter and it seems to have fixed my issue with the double tapping on an ios device. Thanks!
Thank you! The behaviour should be what your example is doing at: https://google-map-react.github.io/google-map-react-examples/?path=/story/main-examples--base
@karldanninger Yes it is! But the map is inside a container on my page. (not 100% width and height)
@itsmichaeldiego I updated this morning. Wiggling still persists. My code is as follows: Map marker ``` ``` Css ``` .map-marker { position: absolute; top: 50%; left: 50%; /*transform: translate(-50%, -50%);*/...
anyone got a solution to making calls to the api from client-side?
Hey, there isn't a way to call the AC api from the client-side. To bypass this, I am using a proxy on my server to forward the events from the...
I have the same question