Fixed
Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
This sounds like a bug. Can you put together a reproduction sample on github? Once I have a repro case engineering will have a look at it. Thanks!
le...@gmail.com <le...@gmail.com> #5
The below git repo contains the code that the issue occurs.
Note that If I reverse the Google Map API version to 1.12.3, the code works fine.
https://github.com/benba5/IssueGoogleMap1.13.0
Thank you very much
^__^
Note that If I reverse the Google Map API version to 1.12.3, the code works fine.
Thank you very much
^__^
ne...@gmail.com <ne...@gmail.com> #6
Thanks for the repro benlbenl5!
br...@google.com <br...@google.com> #7
We have a work around for this issue. Add the following code to the custom info window:
override func didMoveToSuperview() {
superview?.autoresizesSubviews = false;
}
override func didMoveToSuperview() {
superview?.autoresizesSubviews = false;
}
ne...@gmail.com <ne...@gmail.com> #8
Sweet! Thanks for the update.
ma...@gmail.com <ma...@gmail.com> #9
deleted
Description