Answers for "iframe video starts on ios ionic"

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

Browse Popular Code Answers by Language