Answers for "display youtube.com in an iframe?"

1

iframe youtube not working

<iframe width="560" height="315" src="https://www.youtube.com/embed/ZwKhufmMxko" frameborder="0" allowfullscreen></iframe>
Posted by: Guest on May-16-2020
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>
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language