const urls = {
ios: “https://apps.apple.com/nl/app/darefoot-oefentherapie/id6749321320”,
android: “https://play.google.com/store/apps/details?id=com.darefoot.voetapp”
};
window.onload = function() {
const ua = navigator.userAgent || navigator.vendor || window.opera;
if (/iPad|iPhone|iPod/.test(ua) && !window.MSStream) {
window.location.href = urls.ios;
return;
}
if (/android/i.test(ua)) {
window.location.href = urls.android;
return;
}
document.getElementById(“links”).style.display = “block”;
}
DareFoot App Download
Je wordt doorgestuurd naar de app-store…
const urls = {
ios: "https://apps.apple.com/nl/app/darefoot-oefentherapie/id6749321320",
android: "https://play.google.com/store/apps/details?id=com.darefoot.voetapp"
};
window.onload = function() {
const ua = navigator.userAgent || navigator.vendor || window.opera;
if (/iPad|iPhone|iPod/.test(ua) && !window.MSStream) {
window.location.href = urls.ios;
return;
}
if (/android/i.test(ua)) {
window.location.href = urls.android;
return;
}
document.getElementById("links").style.display = "block";
}
Download DareFoot
You will be redirected to the correct store...

