SHARE AND JOIN TABLES WITH PEOPLE NEARBY
Bring the party
to your table

'; frm.contentDocument.write(src); } var _openAppProxyFrame; function getOpenAppProxyFrame() { if (_openAppProxyFrame) { return _openAppProxyFrame; } _openAppProxyFrame = document.createElement('iframe'); document.body.appendChild(_openAppProxyFrame); _openAppProxyFrame.style.display = 'none'; return _openAppProxyFrame; } function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } // iOS detection from: http://stackoverflow.com/a/9039885/177710 if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; } setTimeout(() => { if (getMobileOperatingSystem() === "Android" && window.location.href.startsWith("https://tablerapp.com/intent")) { window.location = window.location.href.replace("https", "tabler") setTimeout(() => { fetch("https://api.ipify.org?format=json", { method: "get", headers:{ accept: "application/json" } }).then((resp) => { resp.json().then(data => { fetch("https://tabler-v2-dev-atlrbm5ukq-ue.a.run.app/api/v1/referral/track", { method: "post", headers: { "Content-Type": "application/json", }, body: JSON.stringify({"ip": data.ip, "link": window.location.href}) }).then((resp)=>{ if(resp.status===200) window.location.href = "https://play.google.com/store/apps/details?id=com.nxtlvl.tabler" }) }) }); }, 200) } if (getMobileOperatingSystem() === "iOS" && window.location.href.startsWith("https://tablerapp.com/intent")) { window.location = window.location.href.replace("https", "tabler") setTimeout(() => { fetch("https://api.ipify.org?format=json", { method: "get", headers:{ accept: "application/json" } }).then((resp) => { resp.json().then(data => { fetch("https://tabler-v2-dev-atlrbm5ukq-ue.a.run.app/api/v1/referral/track", { method: "post", headers: { "Content-Type": "application/json", }, body: JSON.stringify({"ip": data.ip, "link": window.location.href}) }).then((resp)=>{ if(resp.status===200) window.location.href = "https://apps.apple.com/us/app/tabler/id1510612580" }) }) }); }, 500) } }, 200)
Skip to content