-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markers on Android without infoWindow contents still display an infoWindow #87
Comments
Thank you, could you make a pull request? |
Sure - can do. You asked before if I could do pull requests against the "dev" branch - which currently seems to be slightly outdated compared to master, so a pull request against "dev" touches more files than just the one I've changed... Do you want to update your dev branch first? Or should I do a pull against master? Or is a pull with all the extra changes OK? |
Could you make the pull request on the master branch for this time? Mmm, I need to find out some other better way... |
The version 1.1.1 is released, and this bug fix is included. Thank you for your help. |
I'm setting a marker on my map to show the user's home position, and it's not intended to be clickable to show an infoWindow. On iOS, tapping on that marker does nothing, whereas on Android I get an empty infoWindow appear.
Adding in the following code into the getInfoContents method inside GoogleMaps.java at the top just after the title and snippet values are fetched appears to resolve this issue:
The text was updated successfully, but these errors were encountered: