Skip to content

OpenLayers click events don't work on ipad/iphone/ios/android #79

@craiggoldstone

Description

@craiggoldstone

OpenLayers touch gestures conflict with the Angular Material mdGesture, causing click/tap on markers/popups to break. Looks like it's a problem others encountered angular/material#2365

Current workaround is:

.config(function($mdGestureProvider) {
  $mdGestureProvider.skipClickHijack();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions