I have integrated a Waze iFrame map into a website, as explained in their docs here.
It shows the location that I want, but I would love it if the viewer could click on the map and have it open the Waze application through the deep link.
I have tried including the deep link as an anchor tag, but it will only make the border of the div that contains the iFrame clickable.
What is the best way to make the link clickable on top of the iFrame?