-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Idles #29
Comments
Hello @chanr32. Do you mean something like multiple instance of vue-idle ? for getting event related to idle in 1minutes / 2 minutes / etc ? |
@gabrielstuff Yes. I also need this and exactly what you said. |
Hello, If anyone can provide, real life example. I'll be grateful. Thanks |
@gabrielstuff , There could be plenty of real-life examples. Let say we want to log out the user after 10 mins of inactivity (which is a very common use case). |
Hello,
I'm not sure how, we can make this clear with vue.
I'm thinking about binding idle-vue to a component instead of the app then.
In the mean time, you should be able to do this with the vanilla version idle-js and the recently release `1.1.2` version
Cheers,
g
…On 6 Feb 2019 at 16:48 +0100, Piyush Beli ***@***.***>, wrote:
@gabrielstuff , There could be plenty of real-life examples. Let say we want to log out the user after 10 mins of inactivity (which is a very common use case).
Now in the same application let say we want to show a help popup after a user is idle on a page for 2 mins.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, I am also wondering if it's possible to have multiple idle time listeners or a way to bind |
Is it possible to have multiple callbacks with different timings?
The text was updated successfully, but these errors were encountered: