nabilfreeman / ios-universal-webview-boilerplate

Universal Swift-based boilerplate for a web app.
804 stars 63 forks source link

Any smart way to do a 301 redirect? #7

Open iwangu opened 8 years ago

iwangu commented 8 years ago

Any smart way to do a 301 redirect?

e.g.,

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

nabilfreeman commented 8 years ago

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!