http://mobiledetect.net/
Ejemplo:
<?php
require_once '/mobiledetect/mobiledetectlib/Mobile_Detect.php';
$detect = new Mobile_Detect;
$deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
$scriptVersion = $detect->getScriptVersion();
echo "DEVICE:".$deviceType;
?>
No hay comentarios:
Publicar un comentario