ui.bootstrap.contextMenu
ui.bootstrap.contextMenu copied to clipboard
ContextMenu not working on touch devices
Great library! Any way to add click(touchstart) for touch devices?
Thanks! JC
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?
Not working on iOS devices
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 https://github.com/Templarian/ui.bootstrap.contextMenu/blob/master/contextMenu.js#L279
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?
Yes am also stuck on this... any help would be appreciate
Hi , Not working on iOS devices . Any help would be appreciated.
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.