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.
I have implemented ng-idle in ionic app. It is working as expected in Android, however it is not working for iOS. following are the details for the same along with code.
"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"
Hi,
I have implemented ng-idle in ionic app. It is working as expected in Android, however it is not working for iOS. following are the details for the same along with code.
"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"
Code:
this.platform.pause.subscribe(async () => {
this.updateAppCloseTime();
clearInterval(this.autoSyncInterval);
console.log('interval cleared');
The text was updated successfully, but these errors were encountered: