Skip to content

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

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();
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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