Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADB53200B41 for ; Thu, 23 Jun 2016 04:39:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2EDD160A68; Thu, 23 Jun 2016 02:39:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F281A160A36 for ; Thu, 23 Jun 2016 04:39:17 +0200 (CEST) Received: (qmail 21142 invoked by uid 500); 23 Jun 2016 02:39:16 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 21114 invoked by uid 99); 23 Jun 2016 02:39:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 02:39:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5806B2C1F60 for ; Thu, 23 Jun 2016 02:39:16 +0000 (UTC) Date: Thu, 23 Jun 2016 02:39:16 +0000 (UTC) From: "Andrew Busch (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-11025) YouTube API failing on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Jun 2016 02:39:18 -0000 [ https://issues.apache.org/jira/browse/CB-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345601#comment-15345601 ] Andrew Busch edited comment on CB-11025 at 6/23/16 2:38 AM: ------------------------------------------------------------ I found that the above options ({{}}, {{}}, {{}}) weren't necessary for me for a basic iframe play. I took the code straight from [YouTube API's sample|https://developers.google.com/youtube/iframe_api_reference#Getting_Started] to ensure it wasn't my configuration. All I needed to do was add: {code} {code} in my {{config.xml}}. There's a helpful error message in the iOS app debug logs that reveals this: {code} 2016-06-23 12:28:48.488 MyApp[11574:5424439] ERROR Internal navigation rejected - not set for url='https://www.youtube.com/embed/M7lc1UVf-VE?enablejsapi=1&widgetid=1' {code} This is very adequately handled in my mind, so I'll close this issue. was (Author: andrew): I found that the above options ({{}}, {{}}, {{}}) weren't necessary for me for a basic iframe play. I took the code straight from [YouTube API's sample|https://developers.google.com/youtube/iframe_api_reference#Getting_Started] to ensure it wasn't my configuration. All I needed to do was add: {code} {code} in my {{config.xml}}. There's a helpful error message in the iOS app debug logs that reveals this: {code} 2016-06-23 12:28:48.488 Big Review TV[11574:5424439] ERROR Internal navigation rejected - not set for url='https://www.youtube.com/embed/M7lc1UVf-VE?enablejsapi=1&widgetid=1' {code} This is very adequately handled in my mind, so I'll close this issue. > YouTube API failing on iOS > -------------------------- > > Key: CB-11025 > URL: https://issues.apache.org/jira/browse/CB-11025 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 6.0.0 > Reporter: Andrew Busch > Labels: triaged > > When I inject a YouTube {{