Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ionic-team/capacitor-google-maps

christocracy created a comment on an issue on ionic-team/capacitor-google-maps
@yiannis-spyridakis Are you getting this error when your iOS app is launched in the background? You can simulate an app launching in the background by editing your *Scheme* like so: <img w...

View on GitHub

FlossyWeb starred ionic-team/capacitor-google-maps
reslear created a comment on an issue on ionic-team/capacitor-google-maps
part of https://github.com/ionic-team/capacitor-google-maps/issues/48 or duplicate

View on GitHub

parvinsamin opened an issue on ionic-team/capacitor-google-maps
Capacitor goole map infowindow
## Bug Report Plugin Capacitor/google-maps infowindow bug v = 6.0.0 Hello, I want to report a bug in the Google Maps section. Unfortunately, there isn't sufficient documentation for ...
Geschan created a comment on an issue on ionic-team/capacitor-google-maps
On our test device, the issue went away when we set a fixed height (we had a variable height of 35vh) for the maps element. We will monitor our crash logs to see if that's true for all iPhone model...

View on GitHub

Geschan created a comment on an issue on ionic-team/capacitor-google-maps
Experiencing the same issue on iPhone 13 Pro. GMapView is not being properly initialized and causing our app to crash if any setting like setMapType is called.

View on GitHub

yiannis-spyridakis created a comment on an issue on ionic-team/capacitor-google-maps
For completeness, as expected the behavior is the same on IOS. The relevant function is [Map.buildMarker](https://github.com/ionic-team/capacitor-google-maps/blob/main/plugin/ios/Plugin/Map.swi...

View on GitHub

yiannis-spyridakis opened an issue on ionic-team/capacitor-google-maps
Error while initializing map on IOS device
## Bug Report I am getting a crash while running ann app that uses @capacitor/google-maps on a test device (iPhone 8). The app crashes in `Map.enableCurrentLocation` and the error is: ``` Thread...