-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unable to Open 'MenuOption' on Mobile Browsers with Long Press #415
Comments
@xdmaury You're right, the context menu should be activated with a long press. I investigated this, and it seems that the problem lies in event propagation. |
Wondering if there is any update on the event propagation issue that is preventing mobile browser long press? Thanks! |
@xdmaury did you find a work around? Does not look like on v4.1.13 the MenuOption opens with a long press |
Hi @aleclarsen The new release contains a new feature that was necessary for our project. Eventually we can help fixing this sooner. What would be the best way to initiate contact with you? |
Hi, The solution was to create a button to open the same options in menu |
Describe the bug
I am experiencing an issue where I cannot open the 'MenuOption' on mobile browsers by long pressing on a cell. This functionality works as expected on desktop browsers when using the right mouse button, but it appears to be non-functional on mobile devices.
Current behavior
The 'MenuOption' does not open in mobile browsers when long pressing on a cell.
Expected behavior
The 'MenuOption' should open when long pressing on a cell in mobile browsers, similar to the behavior in desktop browsers.
Screenshots or gifs
Your environment details
Is there an alternative event or method that can be used to open the 'MenuOption' on mobile browsers?
Any guidance or workaround to achieve this functionality on mobile devices would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: