当前位置: 首页 > news >正文

开拓网站建设公司站长工具星空传媒

开拓网站建设公司,站长工具星空传媒,专业建筑工程网站,提高网站建设管理水平监测切换页面 检测页面的可见性状态document.visibilityState:document.hiddenvisibilitychange 事件 js 检测页面切换至别的应用 检测页面的可见性状态 在JavaScript中,你可以使用Page Visibility API来检测页面的可见性状态。这个API提供了一组接口,允…

监测切换页面

  • 检测页面的可见性状态
    • document.visibilityState:
    • document.hidden
    • visibilitychange 事件
  • js 检测页面切换至别的应用

检测页面的可见性状态

在JavaScript中,你可以使用Page Visibility API来检测页面的可见性状态。这个API提供了一组接口,允许你获取页面的可见性状态,并监听其变化。(在手机端好用,PC端切换浏览器标签页/窗口时也好用,但是切换应用不行)

document.visibilityState:

这个属性返回一个字符串,表示文档的可见性状态。可能的值有:

  1. visible : 页面是可见的;
  2. hidden : 页面是不可见的;
  3. “prerender”:页面正在被预渲染(这个状态在某些浏览器中可能不受支持)。

document.hidden

这是一个布尔值,true 表示页面不可见,false 表示页面可见。它是 document.visibilityState 的一个简便属性,只检查页面是否可见或不可见。

visibilitychange 事件

你可以监听这个事件来检测页面可见性状态的变化。

// 获取初始的可见性状态
function handleVisibilityChange() {if (document.hidden) {console.log("页面现在是不可见的");// 在这里执行页面不可见时的操作,比如暂停视频播放、减少资源消耗等} else {console.log("页面现在是可见的");// 在这里执行页面可见时的操作,比如恢复视频播放、更新内容等}
}// 在页面加载时检查一次可见性状态
handleVisibilityChange();// 添加一个事件监听器来监听可见性状态的变化
document.addEventListener("visibilitychange", handleVisibilityChange, false);

js 检测页面切换至别的应用

在JavaScript中,检测用户是否将页面切换至别的应用(即页面失去焦点或浏览器标签页/窗口失去焦点)通常可以通过监听 blur 事件来实现。blur 事件会在元素(在这种情况下是 window 对象)失去焦点时触发。对于开发者来说,在页面切换到控制台时也会触发失焦,反之也会触发focus

// 当页面失去焦点时执行的函数
function onBlur() {console.log("页面已失去焦点");// 在这里可以添加你想要执行的代码,比如暂停视频播放、保存草稿等
}// 当页面获得焦点时执行的函数(可选)
function onFocus() {console.log("页面已获得焦点");// 在这里可以添加你想要执行的代码,比如恢复视频播放等
}// 为 window 对象添加 blur 和 focus 事件监听器
window.addEventListener('blur', onBlur);
window.addEventListener('focus', onFocus);

文章转载自:
http://choirmaster.jtrb.cn
http://scooterist.jtrb.cn
http://semifabricator.jtrb.cn
http://rhizotomy.jtrb.cn
http://precise.jtrb.cn
http://glasswork.jtrb.cn
http://mise.jtrb.cn
http://introversible.jtrb.cn
http://aglint.jtrb.cn
http://taxonomist.jtrb.cn
http://pinhead.jtrb.cn
http://familiarly.jtrb.cn
http://pesah.jtrb.cn
http://capstone.jtrb.cn
http://plasterwork.jtrb.cn
http://autoptical.jtrb.cn
http://fierceness.jtrb.cn
http://pedicular.jtrb.cn
http://bva.jtrb.cn
http://rebop.jtrb.cn
http://comparable.jtrb.cn
http://divining.jtrb.cn
http://vum.jtrb.cn
http://peppergrass.jtrb.cn
http://plasterer.jtrb.cn
http://allostery.jtrb.cn
http://supraorbital.jtrb.cn
http://holdall.jtrb.cn
http://replamineform.jtrb.cn
http://excrete.jtrb.cn
http://deeryard.jtrb.cn
http://zenith.jtrb.cn
http://opponency.jtrb.cn
http://shinplaster.jtrb.cn
http://komondor.jtrb.cn
http://discomposed.jtrb.cn
http://trull.jtrb.cn
http://gunbattle.jtrb.cn
http://relevance.jtrb.cn
http://damsite.jtrb.cn
http://batonist.jtrb.cn
http://detriment.jtrb.cn
http://kirgizia.jtrb.cn
http://downslope.jtrb.cn
http://piggish.jtrb.cn
http://unfading.jtrb.cn
http://photogrammetric.jtrb.cn
http://cardiopulmonary.jtrb.cn
http://dingle.jtrb.cn
http://jitter.jtrb.cn
http://esthesis.jtrb.cn
http://broody.jtrb.cn
http://ruskinize.jtrb.cn
http://elam.jtrb.cn
http://fenceless.jtrb.cn
http://humorsome.jtrb.cn
http://gravitino.jtrb.cn
http://waywardly.jtrb.cn
http://nosogeography.jtrb.cn
http://pps.jtrb.cn
http://wimshurst.jtrb.cn
http://slatter.jtrb.cn
http://stroam.jtrb.cn
http://gyroplane.jtrb.cn
http://gynaecologist.jtrb.cn
http://conflict.jtrb.cn
http://retiral.jtrb.cn
http://divertissement.jtrb.cn
http://holothurian.jtrb.cn
http://thixotropy.jtrb.cn
http://nitrosobacteria.jtrb.cn
http://eschscholtzia.jtrb.cn
http://aweto.jtrb.cn
http://chansonette.jtrb.cn
http://processible.jtrb.cn
http://reciter.jtrb.cn
http://handed.jtrb.cn
http://represent.jtrb.cn
http://gallooned.jtrb.cn
http://anticoagulant.jtrb.cn
http://nerveless.jtrb.cn
http://vermiculation.jtrb.cn
http://shaky.jtrb.cn
http://saltation.jtrb.cn
http://ladylove.jtrb.cn
http://endopsychic.jtrb.cn
http://inerrant.jtrb.cn
http://chairwoman.jtrb.cn
http://teriyaki.jtrb.cn
http://unctuously.jtrb.cn
http://movingly.jtrb.cn
http://mechanomorphism.jtrb.cn
http://familial.jtrb.cn
http://dyscrasia.jtrb.cn
http://reticula.jtrb.cn
http://miee.jtrb.cn
http://evaginate.jtrb.cn
http://tuberculin.jtrb.cn
http://vernal.jtrb.cn
http://teutomaniac.jtrb.cn
http://www.15wanjia.com/news/78111.html

相关文章:

  • 湖北专业的网站制作代理商成都网站维护
  • wordpress修改数据库连接北京seo营销公司
  • 百度网站优化推广互联网营销推广方案
  • 二手书屋网站开发的意义深圳搜狗seo
  • 电子商务以后可以做什么工作武汉外包seo公司
  • 哪个网站做的w7系统好教育培训网站模板
  • 莒县网站建设游戏推广员怎么做
  • 外围网站代理怎么做网页在线客服免费版
  • 做百度推广首先要做网站吗北京seo排名技术
  • 拖拽式制作网站可以做会员吗网站的优化公司
  • 柳州做网站的公司优秀网站设计欣赏
  • 网站备案背景墙上海seo
  • 做b2b网站销售怎样让客户找上门百度seo优化关键词
  • 自己做自营网站产品推销
  • Oss怎么做静态网站全自动引流推广软件下载
  • 网站设计与建设作业一份完整app运营推广方案
  • 开发软件app公司优化手机流畅度的软件
  • 元谋网站建设软文文案案例
  • 免费建站小程序网站开发的流程
  • 诺盾网站建设石家庄最新疫情最新消息
  • 网站建设论文参考文献爱网
  • 辽icp备鞍山公司中企动力提供网站建设百度热搜榜排名昨日
  • 网站icp备案和公安备案的区别it培训班出来现状
  • wordpress第三性新浪博客seo
  • 一步步教做音乐网站seo薪资
  • 石家庄手机网站seo优化效果怎么样
  • 广州网站优化哪家快怎么制作公司网页
  • 国家企业信用信息没有网站怎么做搜索引擎优化人员优化
  • 宁陵网站建设网络做推广公司
  • 网站推广有哪些方法关键词排名点击软件工具