- 
                Notifications
    
You must be signed in to change notification settings  - Fork 170
 
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Platforms
web
Version of flutter maplibre_gl
master
Bug Description
onMapLongClick event does not work.
Steps to Reproduce
- Open example project
 - Go to layer.dart
 - Add longClick event
Just add event: 
MapLibreMap(
             ....
             onMapLongClick: (point, latLong) {
                debugPrint('longClick $latLong');
             },
)
Expected Results
Event is executed
Actual Results
Event noes not execute
Code Sample
MapLibreMap(
             ....
             onMapLongClick: (point, latLong) {
                debugPrint('longClick $latLong');
             },
)devizor
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working