I understand that it is not possible to tell what the user is doing inside an iframe if it is cross domain. What I would like to do is track if the user clicke
iframe
We can catch all the clicks. The idea is to reset focus on an element outside the iFrame after each click:
JSFiddle