ios - UIWebView Frame Load Interrupted -


we have mp3 files stored on online , our ios app loads them in web view. worked fine in past appears (8.4?) no longer works , instead fails error.

loading these url works in mobile safari not in uiwebview. if shed light on appreciated!

thanks!

i've got similar problem , think i'm on check content-type header ?

 func headerfromnsurl(url: nsurl) { println("test      header")    header in nsurlrequest(url:url).allhttpheaderfields! as! [string : string] {        println("key:  " + header.0 + "   content" + header.1) 

}

println("/////////////////////////////////////")

}

mine doesn't contain header content-type think it's redirection problem


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -