Tested in several browsers (Chrome, Firefox, Safari) and works. The feature cannot update the source if the location is cross-domain, due to a browser's cross-domain security restrictions. However, within the same domain, the source will update and databinding will kick in.
This can be used to show the current URL in a UI with data binding {myIFrame.source} or update a URL input field. My test UI listens for "frameLoad" event and updates an input URL field from myIFrame.source at that time.
Tested in several browsers (Chrome, Firefox, Safari) and works. The feature cannot update the source if the location is cross-domain, due to a browser's cross-domain security restrictions. However, within the same domain, the source will update and databinding will kick in.
This can be used to show the current URL in a UI with data binding {myIFrame.source} or update a URL input field. My test UI listens for "frameLoad" event and updates an input URL field from myIFrame.source at that time.