JavaScript DETECTAR SI SE ENTRA LA PLAGINA POR IPHONE,ANDRIOD,JAVASCRIPT

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript DETECTAR SI SE ENTRA LA PLAGINA POR IPHONE,ANDRIOD,JAVASCRIPT相关的知识,希望对你有一定的参考价值。

var agent = navigator.userAgent.toLowerCase();
    var iphone = (agent.indexOf('iphone')!=-1);
    var android = (agent.indexOf('android')!=-1);
    var blackberry = (agent.indexOf('blackberry')!=-1);
    var ipad = (agent.indexOf('ipad')!=-1);
    if (iphone) {
            document.location.href="http://envivo.13.cl/iphone";
    }

    if (android) {
            document.location.href="http://envivo.13.cl/android";
    }

    if (blackberry) {
            document.location.href="http://envivo.13.cl/blackberry";
    }

    if (ipad) {
            //document.location.href="http://envivo.13.cl/ipad";
    }

以上是关于JavaScript DETECTAR SI SE ENTRA LA PLAGINA POR IPHONE,ANDRIOD,JAVASCRIPT的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript Detectar iPhone con Javascript

javascript Detectar单击en iframe

JavaScript Detectar Navegador

javascript Detecta si la web se abre en un dispositivo Mobile o Desktop

javascript Detectar ancho de la pantalla jQuery

html Detectar javascript deshabilitado。来自:http://www.enable-javascript.com/es/