[
https://issues.apache.org/jira/browse/CB-10452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128117#comment-15128117
]
ASF subversion and git services commented on CB-10452:
------------------------------------------------------
Commit b024104a54e50cc404d156274012b7665c42f876 in
cordova-plugin-inappbrowser's branch refs/heads/1.2.x from sgrebnov
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b024104
]
CB-10451 InAppBrowser: loadstart event is not triggered on Windows
CB-10452 InAppBrowser: 'exit' event is not triggered on Windows
CB-10454 InAppBrowser: 'loaderror' event does not have code and message on
Windows
CB-10450 InAppBrowser: Unable to get property 'canGoBack' of undefined on
Windows
github close #145
> 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: [email protected]
For additional commands, e-mail: [email protected]