iPhone/iPod Force Redirect
<script language="javascript">
if (navigator.userAgent.indexOf('iPhone') != -1 ||
navigator.userAgent.indexOf('iPod') != -1) {
window.location = "//XXXX"
}
</script>
Added to JS by Paul George
<script language="javascript">
if (navigator.userAgent.indexOf('iPhone') != -1 ||
navigator.userAgent.indexOf('iPod') != -1) {
window.location = "//XXXX"
}
</script>
Added to JS by Paul George