sammy
sammy copied to clipboard
History navigation back and forward is not working with iframe.
When you change an iframe's src via javascript, sammy adds buggy history changes to the browsers navigation.
Ex:
$("iframe").attr("src","");
Can you explain further? It adds history to the iframe itself? Specific browsers?
Its adding history on Browser level , for firefox 25 I am getting this.
when you click back , it goes to that state when iframe src at initial state.
I also have the same problem.