JS Judge ipad Android and other mobile devices screen code source--aangjava

Source: Internet
Author: User

Don't say much nonsense, go straight to the chase!

<! DOCTYPE html><html><head><meta charset="Utf-8"><meta content="text/html; Charset=utf-8 " http-equiv=" Content-type "><title>JS Judge ipad Android and other mobile devices screen code source--aangjava</title><script type="Text/javascript">//Detect whether device supports Orientationchange event, otherwise fall back to//The Resize event.varSupportsorientationchange ="Onorientationchange" inchwindow, orientationevent = Supportsorientationchange?"Orientationchange":"Resize";//Monitoring EventsWindow.addeventlistener (Orientationevent, function() {    varUA = navigator.useragent;varDevicetype="";//Judging device type    if(Ua.indexof ("IPad") >0) {DeviceType ="Isipad"; }Else if(Ua.indexof ("Android") >0) {DeviceType ="Isandroid"; }Else{Alert ("It's not ipad, it's not Android!" ");return; }//Judging the screen     if("Isipad"= = DeviceType) {if(Math. ABS (window.orientation) = = -) {alert ("I am the ipad's horizontal screen"); }Else{Alert ("I am the ipad's vertical screen"); }    }Else if("Isandroid"= = DeviceType) {if(Math. ABS (window.orientation)! = -) {alert ("I'm a horizontal screen of Android"); }Else{Alert ("I am the vertical screen of Android"); }    }},false);</script></head><body>Aangjava Test Screen JS code</body></html>  

JS Judge ipad Android and other mobile devices screen code source--aangjava

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.