moribvndvs / ng2-idle

Responding to idle users in Angular (not AngularJS) applications.
https://moribvndvs.github.io/ng2-idle
Apache License 2.0
322 stars 129 forks source link

idle stop not stopping idle watch. #167

Open paulq1984 opened 2 years ago

paulq1984 commented 2 years ago

I have ng-idle/core 11.1.0 installed in an Android Ionic Capacitor application.

After the user logs in, the idle watch kicks in and after 5mins of idleness the user is logged out idle stop is called during the log out process, however onIdleStart is still called.

How can I stop this.

Ionic 5, Capacitor 3, Android 11 on S20FE using Chrome Webview.

JojiePalahang commented 2 years ago

Hi All, Any progress on this