Hi. I’m using an $ionicModal to popup a Google Map and show some markers. When user taps on a marker, I’m displaying an infoWindow.
This was all working fine with beta1 but after updating to beta3 tapping on the markers no longer shows the infoWindows (Interestingly, everything still works ok if I run it in Chrome on desktop). I added some logging and can see that the ‘click’ event for the infoWindows is no longer being fired on the device.
Any ideas what might have changed that could cause this? Or alternative strategies?