youtube iframe player doesn't work code example
Example 1: 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>
Example 2: iframe youtube not working
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZwKhufmMxko" frameborder="0" allowfullscreen></iframe>