clenemt
Results
2
comments of
clenemt
Thanks, will have a look !
The problem is as follow: ``` // Safari only supports src redirect // iOS supports all excepts src redirect iframe.src = isDesktopSafari() ? getRedirectURL() : ''; iframe.onload = () =>...