46
Views
2
Comments
[JavaScript Timing Events] How Can I use this Plugin any sample pls?
Question
javascript-timing-events
Mobile icon
Forge asset by Hélio Dolores

In my mobile application I would like to  know the idle time i.e. where the user did not touch to app screen,

Once the idle team reach need to show an alert.

Is there any background process by which we can get idle time?


Thanks In Advance,

2017-01-10 15-48-58
Hélio Dolores
Staff

Hi Ramesh,

The behavior you need to implement cannot be done using this API. 

You have to build a custom Javascript component that attaches to the window touch events.

You can look at this sample code and understand how you can code in javascript (check the javascript node) in the platform.

Best regards,

Hélio

UserImage.jpg
Ramesh Kothapalli

Hélio Dolores wrote:

Hi Ramesh,

The behavior you need to implement cannot be done using this API. 

You have to build a custom Javascript component that attaches to the window touch events.

You can look at this sample code and understand how you can code in javascript (check the javascript node) in the platform.

Best regards,

Hélio

Hi 

Thank you for the reply.


Can you please provide the sample code?


Thanks;

Ramesh,


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.