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

2015-11-19 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov updated CB-9200:
---
Component/s: Plugin Dialogs

> 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 Dialogs, 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2015-11-10 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov updated CB-9200:
---
Labels: Triaged  (was: )

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2015-07-13 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-9200:
-
Description: 
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"


  was:
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=

is the "inappbrowser" have some conflict with "dialogs"


Component/s: (was: iOS)

> 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
>   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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2015-06-17 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9200:
--
Description: 
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=

is the "inappbrowser" have some conflict with "dialogs"


  was:
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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');});
=

is the "inappbrowser" have some conflict with "dialogs"



> 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: iOS, Plugin InAppBrowser
> Environment: cordova-plugin-inappbrowser 1.0.0 + 
> cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)
>Reporter: Colin Bau
>   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)
> =
> 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'); });
> =
> is the "inappbrowser" have some conflict with "dialogs"



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

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



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

2015-06-17 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9200:
--
Description: 
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=

is the "inappbrowser" have some conflict with "dialogs"


  was:
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=




> 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: iOS, Plugin InAppBrowser
> Environment: cordova-plugin-inappbrowser 1.0.0 + 
> cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)
>Reporter: Colin Bau
>   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)
> =
> 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'); });
> =
> is the "inappbrowser" have some conflict with "dialogs"



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

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



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

2015-06-17 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9200:
--
Description: 
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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');});
=

is the "inappbrowser" have some conflict with "dialogs"


  was:
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=

is the "inappbrowser" have some conflict with "dialogs"



> 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: iOS, Plugin InAppBrowser
> Environment: cordova-plugin-inappbrowser 1.0.0 + 
> cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)
>Reporter: Colin Bau
>   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)
> =
> 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');});
> =
> is the "inappbrowser" have some conflict with "dialogs"



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

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



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

2015-06-17 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9200:
--
Environment: cordova-plugin-inappbrowser 1.0.0 + cordova-plugin-dialogs 
1.1.0 + ios 8.3 (12F69)  (was: cordova-plugin-inappbrowser 1.0.0 with ios 8.3 
(12F69))

> 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: iOS, Plugin InAppBrowser
> Environment: cordova-plugin-inappbrowser 1.0.0 + 
> cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)
>Reporter: Colin Bau
>   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)
> =
> 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'); });
> =



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

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



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

2015-06-17 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9200:
--
Description: 
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)

=
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'); });
=



  was:
according to this
https://github.com/apache/cordova-plugin-inappbrowser

let me demo for example "loadstart" (other enent have the same problem)
var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 
'location=yes');
ref.addEventListener('loadstart', function(event) { alert(event.url); }); 
//this line will trigger
ref.addEventListener('loadstart', function(event) { 
navigator.notification.alert("test", null, 'title', 'ok'); }); //this line will 
never trigger


> 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: iOS, Plugin InAppBrowser
> Environment: cordova-plugin-inappbrowser 1.0.0 with ios 8.3 (12F69)
>Reporter: Colin Bau
>   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)
> =
> 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'); });
> =



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

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