You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Wandrille RONCE (JIRA)" <ji...@apache.org> on 2017/07/18 01:34:00 UTC

[jira] [Commented] (CB-11035) Events not firing for InAppBrowser Plugin when AllowInlineMediaPlayback=true

    [ https://issues.apache.org/jira/browse/CB-11035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16090951#comment-16090951 ] 

Wandrille RONCE commented on CB-11035:
--------------------------------------

I can confirm that I have the same problem.
In my case, I need to use
{code:java}
<preference name="AllowInlineMediaPlayback" value="true"/>
{code}
at the same time with AllowInlineMediaPlayback=true

> Events not firing for InAppBrowser Plugin when AllowInlineMediaPlayback=true
> ----------------------------------------------------------------------------
>
>                 Key: CB-11035
>                 URL: https://issues.apache.org/jira/browse/CB-11035
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-inappbrowser
>            Reporter: David
>            Assignee: Omar Mefire
>              Labels: iOS, triaged
>
> I'm using "_blank" target within my ionic2 app but the events (tested with loadstart and exit) won't fire:
> {code}
> var url = 'http://myURL.com';
> var browserRef = cordova.InAppBrowser.open(url, '_blank', 'location=no,clearsessioncache=yes,clearcache=yes');
> browserRef.addEventListener('loadstart', event => {
>   console.log('loadstart event'); // not fired
> });
> browserRef.addEventListener('exit', event => {
>   console.log('exit event'); // not fired
> });
> {code}
> My setup is:
> Cordova CLI: 6.0.0
> iOS Platform Version: 4.0.1
> InAppBrowser Plugin Version: 1.2.1
> Ionic version: 2.0.0-beta.3
> OS: Mac OS X El Capitan
> Node Version: v4.1.2
> Xcode version: Xcode 7.3 Build version 7D175
> *UPDATE:*
> This bug seems to only appear when I add
> {code}<preference name="AllowInlineMediaPlayback" value="true"/>{code} to config.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org