View Full Version : Redirect visitors using ipad+chrome
Hi
I noticed a bug in ipad chrome when browsing my forum, how can I force redirect them to another url?
TIA.
PinkMilk
02-25-2017, 07:04 PM
Put somewhere in headinclude template:
<script type="text/javascript">
// detect IOS chrome
if(navigator.userAgent.match('CriOS')) {
// if match redirect to...
window.location.href = 'http:yoururlhere.com';
};</script>
Put somewhere in headinclude template:
<script type="text/javascript">
// detect IOS chrome
if(navigator.userAgent.match('CriOS')) {
// if match redirect to...
window.location.href = 'http:yoururlhere.com';
};</script>
Thanks so much for the help
Regards.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.