Hello!
I have an iframe that is being loaded into external sites of which I cannot put any code in. What I would like to be able to determine from within my iframe (different domain) is if the iframe is currently within the 'viewport' of the browser (or if it is scrolled off the page).
Is there any way for this to be done? As I do not believe that I can access the scrolltop and viewport height properties of the parent page (due to cross domain), unless I am mistaken.
Thanks