Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContextMenu not working on touch devices #9

Open
igwtsoftware opened this issue Mar 22, 2015 · 8 comments
Open

ContextMenu not working on touch devices #9

igwtsoftware opened this issue Mar 22, 2015 · 8 comments

Comments

@igwtsoftware
Copy link

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

Thanks!
JC

@Templarian Templarian self-assigned this Mar 22, 2015
@Templarian
Copy link
Owner

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?

@perfumer
Copy link

Not working on iOS devices

@glaidler
Copy link

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.

@Ruud-cb
Copy link

Ruud-cb commented Jul 13, 2016

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?

@raviji
Copy link

raviji commented Sep 17, 2016

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

@karishma2
Copy link

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

@Templarian
Copy link
Owner

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.

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

No branches or pull requests

6 participants