clenemt

Results 2 comments of clenemt

The problem is as follow: ``` // Safari only supports src redirect // iOS supports all excepts src redirect iframe.src = isDesktopSafari() ? getRedirectURL() : ''; iframe.onload = () =>...