I have been asked to track when a user drags a link on our site in to a brand new tab. Is there a drag property that I can use to tell if a new tab was created?
I have tried looking at the dragEnd
event but the thing that I could find that might help would be the pageX
and pageY
. Could it be possible to use these to work out if the link was used to create a new tab?
Cheers