iOS - UIWebView not working due to parsing error

后端 未结 4 1414
我在风中等你
我在风中等你 2020-12-24 12:53

I want to play a Youtube video in my app. So, I wrote the following code

NSString *embedHTML = @\"\\
\\
\
\

It has nothing to do with using short URL nor the YouTube URL. It's probably using the embed tag and using the type application/x-shockwave-flash. It's now working perfectly fine on iOS 6 GM.

提交回复
热议问题