I have a UIWebView that loads a URL through loadRequest in viewDidLoad. The user clicks a button in the RootViewController, which pushes the webview and a webpage appears. With only access to the webpage code, is there a way to redirect the user? I tried the META Refresh but that didn't have any affect.
Links won't work since none of the webview delegate methods are implemented in the webview. I'm trying to avoid releasing an update of the app for now.