Hi,
Thanks for the plugin, which is really great.
I've found one issue though that perhaps you can help with. In firefox the following line causes an entry to be added to the browser's history, which can cause problems with the back button -
$iframe[0].src = 'javascript:window.emitcontent';
I've found some comments to suggest that using $iframe[0].contentWindow.location.replace instead will not update the history, but without a full understanding of the code I'm not sure whether this will fix the problem and avoid introducing other issues.
Perhaps you could let me know your thoughts when you can.
Many thanks.
Hi,
Thanks for the plugin, which is really great.
I've found one issue though that perhaps you can help with. In firefox the following line causes an entry to be added to the browser's history, which can cause problems with the back button -
$iframe[0].src = 'javascript:window.emitcontent';
I've found some comments to suggest that using $iframe[0].contentWindow.location.replace instead will not update the history, but without a full understanding of the code I'm not sure whether this will fix the problem and avoid introducing other issues.
Perhaps you could let me know your thoughts when you can.
Many thanks.