shawnmclean / Idle.js

Javascript activity library for the browser. (away, idle, etc)
Other
402 stars 59 forks source link

onfocus = active? #31

Open pboisso opened 7 years ago

pboisso commented 7 years ago

First, thanks for sharing this, very useful.

I was wondering... have you ever thought about raising the "back" or "active" event when the browser comes back in focus?

I'm asking because right now, if you switch window using ctrl-tab for example, when you come back to your browser, I'd like to see the active event firing back again.

Just a thought, great plugin!

Patrice