show youtube video in iframe code example
Example: youtube in iframe opens youtube aoo
You can use "playsinline" parameter to play the video inline instead.
//Update Config.xml to include the follwing
<platform name="ios">
<allow-navigation href="*://*youtube.com/*"/>
</platform>