IAB Escape Methods
Target: apple.com (neutral domain)
x-safari-https://
1. window.open(x-safari-https, _blank) — no flags [link.me method]
2. window.location.href = x-safari-https
3. Dynamic <a> .click() with x-safari-https href
4. window.open in setTimeout(0) — async
5. location.assign(x-safari-https)
No scheme prefix (plain https)
6. window.open(https, _blank) — no flags
7. window.open(https, _blank, noopener,noreferrer)
8. window.location.href = https directly
x-safari-https + visibilitychange fallback
9. window.open(x-safari-https) + 2s fallback [full link.me pattern]
Tap a button to test...