You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2016/02/01 12:48:39 UTC

[jira] [Resolved] (CB-10452) InAppBrowser: 'exit' event is not triggered on Windows

     [ https://issues.apache.org/jira/browse/CB-10452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov resolved CB-10452.
---------------------------------
    Resolution: Fixed
      Assignee:     (was: Sergey Grebnov)

> InAppBrowser: 'exit' event is not triggered on Windows
> ------------------------------------------------------
>
>                 Key: CB-10452
>                 URL: https://issues.apache.org/jira/browse/CB-10452
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>            Reporter: Sergey Grebnov
>            Priority: Minor
>              Labels: triaged, windows
>
> The following test could be used to verify this behavior
> {code}        
> fit("inappbrowser.spec.5 should support exit event", function (done) {
>             iabInstance = cordova.InAppBrowser.open(url, '_blank');
>             iabInstance.addEventListener('exit', function (evt) {
>                 verifyEvent(evt, 'exit');
>                 done();
>             });
>             iabInstance.close();
>         });
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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