Hey Guys,
Is there a way to build a custom right-click/ contextual menu in webflow? Any directions or help will be highly appreciated!
Here is my public share link: LINK
(how to access public share link)
Hey Guys,
Is there a way to build a custom right-click/ contextual menu in webflow? Any directions or help will be highly appreciated!
Here is my public share link: LINK
(how to access public share link)
I think the best idea is to create regular “click” animation (fully control without custom code. On first click show on second hide).
Than if user right click trigger a tap/click on this button.
https://stackoverflow.com/questions/4235426/how-can-i-capture-the-right-click-event-in-javascript
https://api.jquery.com/contextmenu/
https://stackoverflow.com/questions/2705583/how-to-simulate-a-click-with-javascript/2706236#2706236
Start her and ask for specific q.
Another way is to use fully custom code.