<script>
function redirectByMobileOS() {
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
//for Android
if (/android/i.test(userAgent)) {
window.location.href = "https://play.google.com/store/apps/details?id=com.swiftcarsherts.android.CustomerApp&hl=en_GB";
}
//For iPhone / iPad / iPod (iOS
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
window.location.href = "https://apps.apple.com/gb/app/swift-cars-herts/id6751952000";
}
}
</script>
Download the Swift Cars app today for fast, reliable taxis in Letchworth, Hitchin, Baldock, and Royston.
If you aren’t automatically redirected, click on the relevant app store icon below and you will be redirected!