[
https://issues.apache.org/jira/browse/CB-11035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240085#comment-15240085
]
Omar Mefire commented on CB-11035:
----------------------------------
I've tested this directly from the CLI, not through ionic.
With [email protected], I'm seeing inconsistencies in the
behavior of events being fired. sometimes, 'loadstart' is fired twice or three
times, sometimes 'loadstop' just isn't fired at all. I see a much more stable
behavior from the 'exit' event.
With [email protected], 'loadstop' event doesn't get fired, but
'loadstart' always gets fired.
- [email protected]
- [email protected]
- [email protected] / [email protected]
- OS: Mac OS X El Capitan
- [email protected]
- [email protected]
> 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]