简体   繁体   English

从后台模式iOS重新进入应用程序后进入登录屏幕

[英]Go to Login Screen after reentering an App from Background Mode iOS

i only would like to know, if its possible to tell an App "Hey, if the User reopens you from Background-Mode, do not show the Content after the Login-Screen, instead show the login screen". 我只想知道,是否有可能告诉应用程序“嘿,如果用户从后台模式重新打开您,则不要在登录屏幕后显示内容,而是显示登录屏幕”。 This would be a safety Feature, but i dont know, how to realise this with Cordova. 这将是一项安全功能,但我不知道如何使用Cordova实现这一功能。

Some Ideas? 有什么想法吗?

You could try to use cordova event resume . 您可以尝试使用cordova事件履历 See the cordova documentation for details 有关详细信息,请参见cordova 文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS应用程序-从后台(?)模式定期更新 - ios app - regular update from background(?) mode 为什么我的 iOS 应用程序在返回前台模式后从第一个屏幕重新启动? - why my iOS app restarts from first screen after coming back to foreground mode? Cordova iOS应用程序,从后台模式返回后的页面性能问题 - Cordova iOS app, page performance issues after coming back from background mode iOS voip应用程序在5分钟后没有在后台模式下响应 - iOS voip app not responding in background mode after 5 minute iOS应用-高级登录屏幕 - iOS app - advanced login screen iOS7 UIBackgroundModes从后台模式通过启动应用程序获取 - iOS7 UIBackgroundModes Fetch with launch app from background mode iOS 7进入全屏模式(添加到主屏幕按钮) - iOS 7 go into full screen mode (add to home screen button) 防止iOS在进入后台之前捕获应用程序的屏幕截图 - Prevent iOS from taking screen capture of app before going into background iOS应用程序从CarPlay屏幕后台启动,没有发送网络请求 - iOS app started in background from CarPlay screen, no network requests sent iOS 后台模式:在后台运行位置更新后,应用程序永远不会终止 - iOS Background Mode: After running location updates in the background, the app never terminates
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM