iOS UiWebView “Frame load interrupted”
I have a UiWebView that is pointing to an external site that has a session expiration of 30 minutes of inactivity. In my app, I have a custom login page embedded in the application because I can't use one from the remote site. This login page is: file://index.html When the user puts the app into the background, I want to automatically reload my login page if the application stays in the background for more than 20 minutes (I know this isn't ideal, but forced to do this because of the business requirements). My code to do this is fairly simple: static NSDate *lastActivity = nil; - (void