Determine if the terminal is iOS or Android's magical

Source: Internet
Author: User

Recently encountered a project requires two icon (that is, download Android apk and iOS installation package)

The first scenario is what device displays these two icons but then the boss says it's not good for Android users to download iOS for him or not to download Android in iOS. So I thought of a way (to judge the terminal)

So Baidu has a number of tests can be completed

var u = navigator.useragent, app = Navigator.appversion;var isandroid = u.indexof (' Android ') >-1 | | U.indexof (' Linux ') >-1; Android Terminal or UC browser var Isios =!! U.match (/\ (i[^;] +;( U;)? Cpu.+mac OS x/); iOS terminal    if (isandroid) {        $ (". Down0"). CSS (' Display ', ' none ')    }else if (isios) {        $ (". Down"). CSS (' Display ', ' None ')    }    else{        return false;    }

The code should read as follows .... In this case, what device is for what device to show icon perfect ...

Determine if the terminal is iOS or Android's magical

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.