How can we get “open in a new tab” or “copy link address” for repeating group on right click from google ?
is there a way to achieve this ?
How can we get “open in a new tab” or “copy link address” for repeating group on right click from google ?
is there a way to achieve this ?
Anyone ?
What element are you using? Are you using a button?
Natively with bubble, you sadly cannot allow for a right click navigation with a button.
Try using a Link element instead, and formatting it to look like a button (or whatever format you desire). This will allow for users to access the right click navigation menu.
Alternatively, you could add some custom CSS+Javascript if you dont want to change to the button to a link, but it’s a bit more complex.
repeating group is navigating on the single product page … but on right click we get some options of copy link address etc i want those to show up somehow
Use javascript as he mentioned!