Skip to content

issues Search Results · repo:rednez/angular-user-idle language:TypeScript

Filter by

94 results
 (194 ms)

94 results

inrednez/angular-user-idle (press backspace or delete to remove)

I am using 2.2.7 package version due to my app is in version angular 8. And I am subscribed to the onTimerStart method but if the window/tab focus is switched to some other tab or window. The count value ...
  • AdityaJaiswal1
  • Opened 
    on Dec 6, 2023
  • #166

Reproduce: I setup idle period with huge number: UserIdleModule.forRoot({ idle: 10000000000000000000, timeout: 1, ping: 1 }) ... and service notify me that time is up after 1 second. Workaround: I setup ...
  • berlicon
  • Opened 
    on Sep 20, 2023
  • #165

Workaround: subscribe to mouse wheel and force restart service: const mouseWheel = fromEvent(window, wheel ); mouseWheel .forEach(() = { this.idleService.startWatching(); });
  • berlicon
  • Opened 
    on Sep 20, 2023
  • #164

User can click mouse buttons - but tool does not recognize it as activity. Usecase: I setup idle period as 1min. Then I idle 30 sec and click mouse on button which async execute some action without refreshing ...
  • berlicon
  • Opened 
    on Sep 20, 2023
  • #163

image
  • NazarHomeniuk
  • 1
  • Opened 
    on Jun 14, 2023
  • #162

@rednez I don t mind working on this, but what about upgrading to 16 and introduce a developer preview of this with signals?
  • Jordan-Hall
  • 1
  • Opened 
    on May 11, 2023
  • #160

Would be great to get an update to support angular 15 so that forced installs are no longer required.
  • Dan-Williams93
  • Opened 
    on Jan 26, 2023
  • #153

The library/demo app require an RxJS peer dependency of at least 7.5.0. The maximum version officially allowed for Angular v13-14 is ^7.4.0 . Either the --force or --legacy-peer-deps flag must be used ...
  • eric-coker
  • 2
  • Opened 
    on Jan 19, 2023
  • #152

I see its updated to angular 14 and merged to develop but in order to use this new code, it has to be release via tag. Please release it
  • abhinavIntraedge
  • 1
  • Opened 
    on Jan 17, 2023
  • #151
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub