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 2015/11/19 09:32:11 UTC

[jira] [Comment Edited] (CB-9200) event progress with "cordova.InAppBrowser.open"

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

Sergey Grebnov edited comment on CB-9200 at 11/19/15 8:32 AM:
--------------------------------------------------------------

This has been fixed in cordova-plugin-dialogs master


was (Author: sgrebnov):
This has been fixed in master

> event progress with "cordova.InAppBrowser.open"
> -----------------------------------------------
>
>                 Key: CB-9200
>                 URL: https://issues.apache.org/jira/browse/CB-9200
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>         Environment: cordova-plugin-inappbrowser 1.0.0 + cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)
>            Reporter: Colin Bau
>              Labels: Triaged
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> according to this
> https://github.com/apache/cordova-plugin-inappbrowser
> let me demo for example "loadstart" (other enent have the same problem)
> {code}
> var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
> //this line will trigger
> ref.addEventListener('loadstart', function(event) { alert(event.url); });
> //this line will never trigger
> ref.addEventListener('loadstart', function(event) { navigator.notification.alert("test", null, 'title', 'ok'); });
> {code}
> is the "inappbrowser" have some conflict with "dialogs"



--
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