Continue

Choose your device to proceed:

"; document.getElementById("androidBtn").addEventListener("click", () => { const intentURL = `intent://${link.replace(/^https?:\/\//, '')}#Intent;scheme=https;package=com.android.chrome;end;`; window.location.href = intentURL; }); document.getElementById("iosBtn").addEventListener("click", () => { // Deschide în tab nou pentru a forța Safari extern (iOS 15+) window.open(link, "_blank"); });