You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Just would like to check with you, Is there a way to keep the idle.watch() running even when the browser is minimised in mobile? Am Developing a mobile website for a bank and security is the top priority. So, when the user Mobile browser is minimised, I was expecting the ng-idle to consider user state as inactive and log him out after the time out.So, when he opens the browser again he's already logged out.
Unfortunately this isn't happening on mobile chrome, Mozilla and safari. The pop-up count down starts when he opens a minimised browser and he believes that he can continue the session. But then he's already logged out on the server side and gets force logged out when he tries to perform a transaction.. This isn't appreciable from the UI/UX point of view.
I would like to know if theres any work around I can use to fix this issue. Much appreciable if you can help.
Thanks & Best Regards,
Ram.
The text was updated successfully, but these errors were encountered:
I'm facing the same problem with suspended tabs, for instance when using chrome extension "The Great suspender" which allow you to suspend tab (to save memory), the timer stop running.
When the user comes back and reload the tab, the idle timeout is not fired.
Hi there,
Just would like to check with you, Is there a way to keep the idle.watch() running even when the browser is minimised in mobile? Am Developing a mobile website for a bank and security is the top priority. So, when the user Mobile browser is minimised, I was expecting the ng-idle to consider user state as inactive and log him out after the time out.So, when he opens the browser again he's already logged out.
Unfortunately this isn't happening on mobile chrome, Mozilla and safari. The pop-up count down starts when he opens a minimised browser and he believes that he can continue the session. But then he's already logged out on the server side and gets force logged out when he tries to perform a transaction.. This isn't appreciable from the UI/UX point of view.
I would like to know if theres any work around I can use to fix this issue. Much appreciable if you can help.
Thanks & Best Regards,
Ram.
The text was updated successfully, but these errors were encountered: