[
https://issues.apache.org/jira/browse/CB-11035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil Khandelwal resolved CB-11035.
------------------------------------
Resolution: Cannot Reproduce
> 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: 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]