Answers for "ionic iframe opens youtube app on ios instead of playing inline"

1

ionic iframe opens youtube app on ios instead of playing inline

//Update Config.xml to include the follwing
<platform name="ios">
  <allow-navigation href="*://*youtube.com/*"/>
</platform>
Posted by: Guest on October-07-2020

Code answers related to "ionic iframe opens youtube app on ios instead of playing inline"

Browse Popular Code Answers by Language