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
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
The text was updated successfully, but these errors were encountered:
Bug Report
Plugin(s)
capacitor-google-maps 6.0.1
Capacitor Version
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
The text was updated successfully, but these errors were encountered: