I tried many ways to open a link in a new tab in React as a function callback however it is considered as a pop up and blocked. I know that browsers allow a new tab to open only if it's a direct click but is there a way to bypass that?
I tried many ways to open a link in a new tab in React as a function callback however it is considered as a pop up and blocked. I know that browsers allow a new tab to open only if it's a direct click but is there a way to bypass that?