I have an online quiz that at one point gives users the option to open a new link in the new tab. I have this set up of course with target=_blank. However I've been getting complaints that on Facebook/Instagram when the users click the link during the quiz it does not open in a new tab. This is a problem because it's a long quiz and they have to start over.
How do I get a link to open in a new tab in Facebook's web browser and or are there any alternatives?
Current set up:
<a target="_blank" href="https://www.mylink.com">Link</a>
Thank you!