In my app, I am loading two iframe
simultaneously , namely main-iframe
and comment-iframe
,comment-iframe
is visible to the users only when main-iframe
is loaded. once the main-iframe
is loaded I changed the src
attribute of comment-iframe
. howerver sometimes,main-iframe
keeps loading endlessly, with status=cancel
message in developer tool
of chrome.i also found this issue on safari as well.(this issue is not coming in firefox and IE)
Thanks