·您当前的位置:首页 > 技术教程 > Html5技术 >

[html5]jQuery判断iPad、iPhone、Android横屏还是竖屏

时间:2016-02-17 09:39酷播
[html5]jQuery判断iPad、iPhone、Android横屏还是竖屏

基于jQuery的判断iPad、iPhone、Android是横屏还是竖屏的代码

  1. function orient() { 
  2. if (window.orientation == 90 || window.orientation == -90) { 
  3. //ipad、iphone竖屏;Andriod横屏 
  4. $("body").attr("class", "landscape"); 
  5. orientation = 'landscape'
  6. return false; 
  7. else if (window.orientation == 0 || window.orientation == 180) { 
  8. //ipad、iphone横屏;Andriod竖屏 
  9. $("body").attr("class", "portrait"); 
  10. orientation = 'portrait'
  11. return false; 
  12. //页面加载时调用 
  13. $(function(){ 
  14. orient(); 
  15. }); 
  16. //用户变化屏幕方向时调用 
  17. $(window).bind( 'orientationchange', function(e){ 
  18. orient(); 
  19. }); 

屏幕方向对应的window.orientation值:

ipad: 90 或 -90 横屏
ipad: 0 或180 竖屏
Andriod:0 或180 横屏
Andriod: 90 或 -90 竖屏

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器