Skip to content

Popups flicker on some Android devices #1263

@defransen

Description

@defransen

the reason seems to be that there are multiple click-events for one touch.
Adding this lines at the start of L.Map.openPopup works around the problem (also in general not to bad that a popup can't get "reopened"

if (this._popup && (this._popup == popup)) {
    return this;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions