I have a UIWebView displaying a website that has a timeout policy (idle for 1800 seconds). Since I use a custom login view to connect to the site, I want to call this same custom view after the website has issued the timeout alert.
How can I detect that such an alert has been issued to the webview, so I can call my code from there?
Thank you for your help.