nabilfreeman/ios-universal-webview-boilerplate

Any smart way to do a 301 redirect?

Opened this issue · 1 comments

Any smart way to do a 301 redirect?

e.g.,

<meta http-equiv="refresh" content="0; url=http://www.google.de/">

hey @iwangu, check this out: http://stackoverflow.com/questions/725033/handling-url-redirections-in-uiwebview

Please let me know if it helps, or if I misunderstood!