<script type="text/javascript"> // detect IOS chrome if(navigator.userAgent.match('CriOS')) { // if match redirect to... window.location.href = 'http:yoururlhere.com'; };</script>