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

setOnPolylineClickListener does not work in Android and iOS #56

Open
brune83 opened this issue Oct 31, 2024 · 0 comments
Open

setOnPolylineClickListener does not work in Android and iOS #56

brune83 opened this issue Oct 31, 2024 · 0 comments
Labels

Comments

@brune83
Copy link

brune83 commented Oct 31, 2024

Bug Report

Plugin(s)

capacitor-google-maps 6.0.1

Capacitor Version

Latest Dependencies:

  @capacitor/cli: 6.1.2
  @capacitor/core: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/ios: 6.1.2

Installed Dependencies:

  @capacitor/cli: 6.1.2
  @capacitor/ios: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/core: 6.1.2

Platform(s)

Android and iOS

Current Behavior

I set the listener setOnPolylineClickListener in my map. In a WEB environment, when I click on a polyline the event is captured by the listener. In Android and iOS environment, when I click on a polyline nothing happens.

Expected Behavior

I expect the listener works in Android and iOS too.

Code Reproduction

this.map.setOnPolylineClickListener((cbData) => { // in Android and iOS it never arrives here });

Other Technical Details

Additional Context

@ionitron-bot ionitron-bot bot added the triage label Oct 31, 2024
@brune83 brune83 changed the title setOnPolylineClickListener does not work in Android setOnPolylineClickListener does not work in Android and iOS Nov 2, 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