You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a mobile-friendly context menu, pretty much like the one of WhatsApp or Telegram. Which means: the menu should show up once you press and hold for a second. I managed to connect react-contexify to a long press library (use-long-press for React). But the menu shows two strange behaviours in this scenario:
It seems to spawn not only one menu, but several menus stacked over each other. At least it looks like this, because the shadow is pretty intense
The menu disappears once I release the mouse button / finger after the long press action. It only works within a certain time frame, so you have to be pretty careful about how long you press to make it actually work.
It would be awesome if the library would support such a long press scenario. It's actually pretty hard to find other context menu libraries that are still maintained.
The text was updated successfully, but these errors were encountered:
I want to implement a mobile-friendly context menu, pretty much like the one of WhatsApp or Telegram. Which means: the menu should show up once you press and hold for a second. I managed to connect
react-contexify
to a long press library (use-long-press
for React). But the menu shows two strange behaviours in this scenario:It seems to spawn not only one menu, but several menus stacked over each other. At least it looks like this, because the shadow is pretty intense
The menu disappears once I release the mouse button / finger after the long press action. It only works within a certain time frame, so you have to be pretty careful about how long you press to make it actually work.
It would be awesome if the library would support such a long press scenario. It's actually pretty hard to find other context menu libraries that are still maintained.
The text was updated successfully, but these errors were encountered: