Hi
I am creating a banner advertisement in Edge, and have added a simple click action to the stage to open the clients web address. This works fine.
However, there is a point in the ad that their email appears and they want this to be a click-able link that opens the users email client, I have added this using the click action and
window.open("mailto:name@address.com", "_self");
and tried
window.top.location.href = 'mailto:name@address.com';
But it seems the stage click action overrides the text click action, and of course you can't move the stage to be behind the text.
Is there anyway around this that anyone knows of?
Thanks
Lee