Como detectar se o usuário está inativo numa determinada aba?

jQuery

JavaScript

30/12/2016

Opa galera, como posso com jquery/javascript detectar se uma aba está inativa durante um determinado período de tempo?
Diego Silva

Diego Silva

Curtidas 0

Melhor post

Gutierry Pereira

Gutierry Pereira

30/12/2016

	
	onblur = function(){timerfoco = 0;focado = false;verifica_foco();};
	
        onfocus = function(){timerfoco = 0;focado = true};	
 
            function verifica_foco() {
		timerfoco++;
		if ((timerfoco == 60) && !(focado))
		{
			$scope.eventos.sair_sala_inatividade();
		};
		if ((!focado) && ($scope.isConnected))
		{
			setTimeout(verifica_foco, 1000);
		};
	};
GOSTEI 3

Mais Respostas

Diego Silva

Diego Silva

30/12/2016

Opa camarada, obrigado!
GOSTEI 2
Ronn

Ronn

30/12/2016

The postings on your site are always excellent. Thanks for the great share and keep up this great work! [url=http://fivenightsatfreddys-4.com/] five nights at freddy’s 4[/url] | [url=http://hotmailcomsignin.email/] hotmail sign in[/url] and [url=http://hotmailcomsignin.email/] hotmail login[/url]
GOSTEI 0
Ronn

Ronn

30/12/2016

The postings on your site are always excellent. Thanks for the great share and keep up this great work! [URL=http://fivenightsatfreddys-4.com/] five nights at freddy’s 4[/URL] | [URL=http://hotmailcomsignin.email/] hotmail sign in[/URL] and [URL=http://hotmailcomsignin.email/] hotmail login[/URL]
GOSTEI 0
Mateus Silva

Mateus Silva

30/12/2016

Opa galera, como posso com jquery/javascript detectar se uma aba está inativa durante um determinado período de tempo?


Boa pergunta!
GOSTEI 0
Mateus Silva

Mateus Silva

30/12/2016

Boa pergunta!
GOSTEI 0
Mateus Silva

Mateus Silva

30/12/2016

Opa galera, como posso com jquery/javascript detectar se uma aba está inativa durante um determinado período de tempo?


Boa pergunta!
GOSTEI 0
Mateus Soares

Mateus Soares

30/12/2016

Boa pergunta!
GOSTEI 0
Mateus Soares

Mateus Soares

30/12/2016

Boa pergunta!
GOSTEI 0
Frederico Jesus

Frederico Jesus

30/12/2016

Boa Pergunta!
GOSTEI 0
Frederico Jesus

Frederico Jesus

30/12/2016

Boa Pergunta!
GOSTEI 0
POSTAR