-
Notifications
You must be signed in to change notification settings - Fork 6
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
get the element which is right clicked #56
Comments
it's the second argument to onBeforeShow |
Actually, thanks for opening this! The latest update was a quick addition of more lifecycle events, which were originally planned for the next major release and I hastily put up some documentation. I'll reopen this issue, so I won't forget it. 😊 |
the library is great, I've used many variations on this theme (radix, etc) and will use this one again in the future |
do you have any advice on ios safari long press? it doesn't seem to work on my ios device |
I've noticed this, too. I think apple intentionally dropped support for the contextmenu event for usability reasons. I'm not sure why, since it is still a common thing, at least outside of the web. I probably will have to write some sort of polyfill for this, but I haven't looked into it in detail, so unfortunately I don't have a solution for it yet. |
I am attaching a menu to all the images on my page using an
img
selector, and I want to access the specific item in the action handler or in onBeforeShow. is there any built in facility for handling this in the library? apologies if I've missed itThe text was updated successfully, but these errors were encountered: