Make sure your html file has .php extension instead of .html. Here is how to detect mobile users:
Code . Google ---> Mobile_Detect
<?php include 'Mobile_Detect.php';
$detect = new Mobile_Detect();
if($detect->isAndroidOS() || $detect->isiOS()){
// redirect the user
}
?>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.