Skip to content
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

The app crashes when drags to the map #35

Open
thinhlam173 opened this issue Aug 21, 2024 · 0 comments
Open

The app crashes when drags to the map #35

thinhlam173 opened this issue Aug 21, 2024 · 0 comments
Labels

Comments

@thinhlam173
Copy link

thinhlam173 commented Aug 21, 2024

Bug Report

Plugin(s)

@capacitor/google-maps": "^6.0.0"

Capacitor Version

6.0.0

PASTE OUTPUT HERE
image

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.

image

Expected Behavior

The app should not crash.

@ionitron-bot ionitron-bot bot added the triage label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant