Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 angular ng-idle(核心和 keepalive),我想检测用户何时处于活动状态。 我搜索但找不到任何文档告诉我每个 ng-idle 事件何时发生。 我可以看到如何捕捉用户不活动的示例, 但我想捕捉完全相反的 - 用户执行操作的时间,然后重置我的计时器。
我如何使用 ng-idle 来做到这一点? 我可以使用哪个事件?
谢谢你。
最后我做了一些调试,自己找到了答案: 事件onInterrupt发生在每个用户活动中, 所以这是正确的事件。
onInterrupt