任何人都可以告诉如何处理用户在sencha touch中的超时或空闲时间。如果用户不使用应用程序超过10分钟需要导航登录页面
由于
答案 0 :(得分:0)
这个插件我在当前的应用程序中使用。 https://github.com/arthurakay/ExtJS-Activity-Monitor检查此
在启动功能中,您可以使用此代码,即使您可以设置检查的时间间隔。请通过活动监视器js文件,你会得到一些想法。你必须做一些定制
Ext.ux.ActivityMonitor.init({ verbose : true });
Ext.ux.ActivityMonitor.start();