I've been searching for a long time for a solution but all i can find are things related to the old versions of phonegap.
I basically need to include some youtubes videos on my app, but currently using a include code such as:
<iframe width="240" height="180" src="http://www.youtube.com/embed/PEfxz7PuI0g" allowfullscreen></iframe>
This doesn't display anything apart from the space the video would take up, just a grey box. I'm using phonegap 2.9.0 and the latest version of xCode. I've tried setting the domains to allow youtube, but this didn't help:
MediaPlaybackRequiresUserAction: NO
AllowInlineMediaPlayback: YES
OpenAllWhitelistURLsInWebView: YES
ExternalHosts
*.youtube.com
*.ytimg.com
I believe that was for previous versions of phonegap apps for ios. Can anyone help, it would be appreciated.