ui.bootstrap.contextMenu icon indicating copy to clipboard operation
ui.bootstrap.contextMenu copied to clipboard

ContextMenu not working on touch devices

Open igwtsoftware opened this issue 9 years ago • 8 comments

Great library! Any way to add click(touchstart) for touch devices?

Thanks! JC

igwtsoftware avatar Mar 22 '15 23:03 igwtsoftware

I assume you mean you want the user to hold down and on release it would open the context menu?

I currently don't own any other tablets to try this on. My Surface Pro clicking and holding opens the context menu as expected. I might need a pull request that fixes this.

Context menu's are kind of odd for tablet targeted applications. Do you have an idea of how this should work?

Templarian avatar Mar 22 '15 23:03 Templarian

Not working on iOS devices

perfumer avatar Oct 21 '15 12:10 perfumer

This would be easily(!?) solved by adding support for opening the menu on left-click. This would make it work on tablets. If you can point me to where it distinguishes right button in the code I can pull-request.

glaidler avatar Apr 21 '16 14:04 glaidler

@glaidler https://github.com/Templarian/ui.bootstrap.contextMenu/blob/master/contextMenu.js#L279

Templarian avatar Apr 21 '16 15:04 Templarian

On android in Chrome it works, IOS still not working (safari). This is probably due Apple's "force touch". Would be nice to see a fix, but perhaps it is even better to show the menu in an app-way. Thus opening a side menu or something?

Ruud-cb avatar Jul 13 '16 13:07 Ruud-cb

Yes am also stuck on this... any help would be appreciate

raviji avatar Sep 17 '16 11:09 raviji

Hi , Not working on iOS devices . Any help would be appreciated.

karishma2 avatar Dec 12 '16 07:12 karishma2

I don't have an iOS device to test this on. Still kind of waiting for a pull request or a way to handle this for their proprietary (?) touch API's.

Templarian avatar Dec 12 '16 17:12 Templarian