Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが同じブラウザウィンドウで別のタブに切り替えたことをJavaScriptを使用して検出する方法はありますか。
さらに、ユーザーがブラウザとは別のウィンドウに切り替えたことを検出する方法はありますか?
ありがとうございました
イベントをトラップしwindow.onblurます。
window.onblur
現在のウィンドウ(またはタブ)がフォーカスを失うたびに発生します。
ほとんどの場合、このための標準のJavaScriptはありません。一部のブラウザはこれをサポートしている場合がありますが、通常は、ユーザーが現在のウィンドウから離れたことを確認するためのwindow.onblurイベントのみがあります。