You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes when drags to the map.
Another findings, it looks like all capacitor/google-maps 5.x.x version was built with the latest code and got same issues
I found line 891 in CapacitorGoogleMapsPlugin, it is calling "events.removeFirst()". The function removeFirst() required Android API level 35 (the latest one). So it does not support most devices.
Expected Behavior
The app should not crash.
The text was updated successfully, but these errors were encountered:
Bug Report
Plugin(s)
@capacitor/google-maps": "^6.0.0"
Capacitor Version
6.0.0
Platform(s)
Android
Current Behavior
The app crashes when drags to the map.
Another findings, it looks like all capacitor/google-maps 5.x.x version was built with the latest code and got same issues
I found line 891 in CapacitorGoogleMapsPlugin, it is calling "events.removeFirst()". The function removeFirst() required Android API level 35 (the latest one). So it does not support most devices.
Expected Behavior
The app should not crash.
The text was updated successfully, but these errors were encountered: