博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
监听手机横屏竖屏
阅读量:6772 次
发布时间:2019-06-26

本文共 212 字,大约阅读时间需要 1 分钟。

window.addEventListener('orientationchange', function(event){

  if ( window.orientation == 90 || window.orientation==-90 || window.orientation==0 ) {
    //
  }
})

转载于:https://www.cnblogs.com/cndxk/p/4519029.html

你可能感兴趣的文章
第三周作业
查看>>
CodeM美团点评编程大赛初赛B轮 黑白树【DFS深搜+暴力】
查看>>
Codeforces 791A Bear and Big Brother(暴力枚举,模拟)
查看>>
linux下查看所有正在运行的程序
查看>>
详解 boost 库智能指针(scoped_ptr<T> 、shared_ptr<T> 、weak_ptr<T> 源码分析)
查看>>
开源模式
查看>>
P2708 硬币翻转(简单模拟)
查看>>
Linux内核调试方法的总结(转载)
查看>>
BZOJ4818 序列计数
查看>>
几种TCP连接终止
查看>>
编译net core时nuget里全部报错,\obj\project.assets.json找不到
查看>>
模拟post提交,保持session不变
查看>>
Django中的Form表单
查看>>
RabbitMQ远程访问配置
查看>>
VB中不用adodc控件,如何与datagrid控件绑定?
查看>>
结对-贪吃蛇-设计文档
查看>>
Android沉浸式(侵入式)标题栏(状态栏)Status(二)
查看>>
Mac 下 Chrome 快捷键大全
查看>>
navigationController 的返回按钮自定义
查看>>
JS运动从入门到精髓!哈哈
查看>>