Matthias Sommer
Results
1
comments of
Matthias Sommer
I got it to work with this function ``` if (!iframe) { iframe = _createHiddenIframe(document.body, "about:blank"); } try { iframe.contentWindow.location.href = uri; setTimeout(function () { try { if (iframe.contentWindow.location.protocol ===...