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'm using mapbox to show a large number of symbols using GeoJson source. I want the symbols to be selected when users taps on them. but onTapListener callback isn't called when there is symbol layer on map. I've implement the select functionality inside onLongTapListener listener and it works perfectly even when there is symbol layer on map but onTapListener doesn't work!
The text was updated successfully, but these errors were encountered:
I am also facing same problem. Only on Android when shaded region (inside Polygona) is clicked onTapListener is not working. But works when outside is clicked. on iOS we do not have nay problem it works fine.
I'm using mapbox to show a large number of symbols using GeoJson source. I want the symbols to be selected when users taps on them. but onTapListener callback isn't called when there is symbol layer on map. I've implement the select functionality inside onLongTapListener listener and it works perfectly even when there is symbol layer on map but onTapListener doesn't work!
The text was updated successfully, but these errors were encountered: