Playing videos in UIWebView broken in iOS4?

后端 未结 4 445
傲寒
傲寒 2021-01-02 18:33

I have an app that\'s worked since version 2.0 of the SDK where I create and add a UIWebView and then load the URL of an .mov to play a movie. Ever since the early version

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 19:08

    At least in PhoneGap's ChildBrowser, the didFailLoadWithError method handles and displays this message. Simply don't display the error, problem solved, but in this specific case there are two 'done' buttons to press before you get back to the application.

提交回复
热议问题