Skip to content

[BUG] onMapLongClick not working on web #528

@BartoszStasiurka

Description

@BartoszStasiurka

Platforms

web

Version of flutter maplibre_gl

master

Bug Description

onMapLongClick event does not work.

Steps to Reproduce

  1. Open example project
  2. Go to layer.dart
  3. 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');
             },
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions