From 03ee26cc6411ba69819d645c79fbed18386feb1b Mon Sep 17 00:00:00 2001 From: laurentyhuel Date: Thu, 5 Sep 2019 09:43:35 +0200 Subject: [PATCH] Add troubleshooting in readme for cordova (or ionic) In Cordova (or Ionci) app, on iOS it requires config https://stackoverflow.com/questions/36758464/iframe-youtube-video-in-cordova-app-on-ios-not-working-any-more --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a17d450..9448e74 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,12 @@ this.embedService }); ``` +## Troubleshooting +In Cordoba (or Ionic) mobile app, on iOS if you have a blank frame instead of video iframe then you need to add ```allow-navigation``` configuration in ```config.xml```, for instance for YouTube: +``` + +``` + ## License MIT