Mobile phone access to PC address directly to the mobile side

Source: Internet
Author: User

function Mobile_device_detect (URL) {varThisos =Navigator.platform; varOS =NewArray ("IPhone","IPod","IPad","Android","Nokia","SymbianOS","Symbian","Windows Phone","Phone","Linux armv71","MAUI","untrusted/1.0","Windows CE","BlackBerry","Iemobile");  for(vari =0; i < os.length; i++) {        if(Thisos.match (Os[i])) {window.location=URL; }    }    //because quite a part of the cell phone system does not know the information, here is to do temporary special identification    if(Navigator.platform.indexOf ('IPad') != -1) {window.location=URL; }    //This is partly because the core of the Android phone is also Linux//but navigator.platform display information is different, so from the browser, that is, using navigator.appversion information to make judgments    varCheck =navigator.appversion; if(Check.match (/linux/i)) {//X11 is a platform for UC browsers and can be attached if other special browsers are available        if(Check.match (/mobile/i) | | Check.match (/x11/i)) {window.location=URL; }    }    //class In_array functionArray.prototype.in_array =function (e) { for(i =0; I < This. length; i++) {            if( This[I] = =e)return true; }        return false; }}mobile_device_detect ("http://m.eosmedchem.com");

Mobile phone access to PC address directly to the mobile side

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.