Code: Select all
Redirecting...
function openApp() {
var universalLink = "https://yourdomain.com/path"; // Your actual Universal Link
// Force the browser to open the Universal Link outside in-app browsers
window.location.replace(universalLink);
// Fallback: If Universal Link fails, show a button
setTimeout(function() {
document.getElementById("fallback").style.display = "block";
}, 2000);
}
Redirecting...
If the app doesn't open, click the button below.
[url=https://yourdomain.com/path]
Open in Browser
[/url]
Ich weiß nicht, ob ich einen bezahlten Dienst als Branch.io für etwas verwenden muss, das so einfach sein könnte.>