ui-mapbox
ui-mapbox copied to clipboard
onMapClickListener doesn't fire on IOS
trafficstars
What? The mapView.onMapClickListener(...) does not fire on iOS however the same code works on Android. version: "@nativescript-community/ui-mapbox": "^6.2.31"
await this.mapboxView?.setOnMapClickListener((position: LatLng) =>
callback(position)
);
await callback(position:LatLng) {
console.log('click');
reutrn true;
}