-
Notifications
You must be signed in to change notification settings - Fork 127
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
Comments
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. |
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 , |
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. |
Great library!
Any way to add click(touchstart) for touch devices?
Thanks!
JC
The text was updated successfully, but these errors were encountered: