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
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[X] support request => Please do not submit support request here, instead see https://github.com/moribvndvs/ng2-idle/blob/master/CONTRIBUTING.md#getting-help
Current behavior
My component has code to refresh data by using setInterval for every 30 seconds. Which is resetting idle time after every 30 seconds.
Expected behavior
It should not count idle time when using js setInterval function.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
@ng-idle version: 2.x
11.0.3
Angular version: 2.x
10.x.x
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
All Browsers
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node:node --version =
The text was updated successfully, but these errors were encountered:
I am also facing the same issue but only for iOS. For Android it is working as expected but for iOS it is not working. Does anyone have any solution for the same?
"name": "@ng-idle/core",
"version": "11.1.0",
"description": "A module for detecting and responding to the user becoming idle in Angular applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/moribvndvs/ng2-idle.git"
I'm submitting a ... (check one with "x")
Current behavior
My component has code to refresh data by using setInterval for every 30 seconds. Which is resetting idle time after every 30 seconds.
Expected behavior
It should not count idle time when using js setInterval function.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
@ng-idle version: 2.x
11.0.3
Angular version: 2.x
10.x.x
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
All Browsers
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node:
node --version
=The text was updated successfully, but these errors were encountered: