Get iframe content change event?

I have a div with an iframe that shows the built-in google map, the map can move, I want to receive an event after any change in the map image (any navigation) on the iframe. can i get this? Thanks

PS: I am using jquery library. when i use onload event it only fires for the first time!

+4
source share
1 answer

Javascript does not allow interaction between your page and iframe content. Check if the Google Maps API supports any useful features for this:

https://developers.google.com/maps/documentation/javascript/reference

0
source

Source: https://habr.com/ru/post/1480930/


All Articles