Some apps need to do an action when the user is idle like logging the user out of the app , mostly in banking apps and apps with sensative data, IdleTimeout is mendix native mobile widget that tracks user activity to decide if the user is idle or not , a timer is created between screen touches and resets when the user touches the screen, this widget is built to be used with mendix native mobile.

More Posts
More Stories
Session Timeout and Privacy on native apps
Some apps need to do an action when the user is idle like logging the user out of the app , mostly in banking apps and apps with sensative data, IdleTimeout is mendix native mobile widget that tracks user activity to decide if the user is idle or not , a timer is created between screen touches and resets when the user touches the screen, this widget is built to be used with mendix native mobile.

Native Mobile Tips & Tricks
Working with Mendix native mobile is a bit different from the old hybrid way, it depends on react native which is a totally different engine that does not utilize HTML anymore, also the native mobile is always offline first you start with no data.
