I'm trying to implement logic of automatic redirect to homepage after some amount of time without user activity.
So now I simply creating timeout instance and listening for pack of events on document (swipe tap scroll keypress etc...), but this approach do not works propertly.
UPD: this must work on tablet device.