JS to determine the phone-side Android phone or iphone phone

Source: Internet
Author: User
<script type= "Text/javascript" >function fbrowserredirect () {var suseragent = Navigator.userAgent.toLowerCase ()   ; alert (suseragent);  Get the browser and phone information//match information in the keyword var bisipad = suseragent.match (/ipad/i) = = "ipad";  var Bisiphoneos = Suseragent.match (/iphone os/i) = = "iphone OS";  var bisandroid = Suseragent.match (/android/i) = = "Android";   var BISMIDP = Suseragent.match (/midp/i) = = "MIDP";   var bIsUc7 = Suseragent.match (/rv:1.2.3.4/i) = = "rv:1.2.3.4";   var bisuc = Suseragent.match (/ucweb/i) = = "UCWeb";   var bisce = Suseragent.match (/windows ce/i) = = "Windows CE";   var biswm = Suseragent.match (/windows mobile/i) = = "Windows Mobile";     if (bisipad) {alert (' Ipad ');    Perform ipad operation} if (Bisiphoneos) {alert (' Iphone ');    Execute iphone Action} if (bisandroid) {alert (' Android '); Perform Android operation}}fbrowserredirect ();</script>

  

JS to determine the phone-side Android phone or iphone phone

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.