Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Regression: android context menu no longer works #85

Closed dotLou closed 8 years ago

dotLou commented 8 years ago

With 0.9.9 (possibly a direct effect of 60853f8a740422bfca185b7a5e739bd5976d4fe9) android is no longer able to get a context menu.

dotLou commented 8 years ago

As it turns out, this was caused by our addition of a longpress fake event to support iOS, which was getting the event.pageX and event.pageY coordinates, which of course were reported differently between iOS and android.