ifvisible.js icon indicating copy to clipboard operation
ifvisible.js copied to clipboard

switch to other web page on tab on chrome, idle event is trigger

Open akira32chen opened this issue 6 years ago • 1 comments

My project is ASP.NET with C# Web Form. My web page will open another web page by window.open. But I switch the new page on Google Chrome, the original web page with countdown will be trigger idle event. The idle event will run my logout mechanism and redirect to login page. How can I prevent switching web page to trigger idle event?

akira32chen avatar Mar 05 '18 06:03 akira32chen

ifvisible.js prevent blur to trigger idle event as below http://blog.xuite.net/akira32/home/569372678

akira32chen avatar Mar 06 '18 14:03 akira32chen