[jira] [Commented] (CB-9527) InAppBrowser not working on ubuntu phone

2015-11-16 Thread David RICQ (JIRA)

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

David RICQ commented on CB-9527:


Hi,
I know it works but like I said I'm pretty newbie in C++/Qt. I don't know the 
best way to code properly.
It seems this plugin is not actually fully functional for ubuntu phone (missing 
feature) and I don't want to "pollute" the code with "newbies" errors 
(syntax,...) for the next releases. This why it should be considered like a 
workaround until someone whit more experiment valid the "patch" or improve it.


> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>  Labels: Triaged, Ubuntu
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Comment Edited] (CB-9527) InAppBrowser not working on ubuntu phone

2015-09-07 Thread David RICQ (JIRA)

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

David RICQ edited comment on CB-9527 at 9/8/15 6:40 AM:


Here is my fork of repository to correct inappbrowser issue and add target 
_system feature.
I'm pretty sure is not perfect so consider it like a workaround : 
https://github.com/Inglebard/cordova-plugin-inappbrowser 

https://github.com/Inglebard/cordova-plugin-inappbrowser/commit/16ddd769292ce4326cc623abac0ac0672e848fc1


was (Author: inglebard):
Here is my fork of repository to correct inappbrowser issue and add target 
_system feature.
I'm pretty sure is not perfect so consider it like a workaround : 
https://github.com/Inglebard/cordova-plugin-inappbrowser 

> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Comment Edited] (CB-9527) InAppBrowser not working on ubuntu phone

2015-09-07 Thread David RICQ (JIRA)

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

David RICQ edited comment on CB-9527 at 9/8/15 6:40 AM:


That seems InAppBrowser.qml require to import "com.canonical.Oxide 1.5" instead 
of "com.canonical.Oxide 1.0".
https://github.com/Inglebard/cordova-plugin-inappbrowser/commit/07db3718b4cea8de948491a9a0decc9178634d82

With this change,  cordova.InAppBrowser.open("http://example.fr","_system";) 
open browser in the app (not system browser).
So, It seems that second and third parameters of function "open" are not used 
properly.


was (Author: inglebard):
That seems InAppBrowser.qml require to import "com.canonical.Oxide 1.5" instead 
of "com.canonical.Oxide 1.0".
With this change,  cordova.InAppBrowser.open("http://example.fr","_system";) 
open browser in the app (not system browser).
So, It seems that second and third parameters of function "open" are not used 
properly.

> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Comment Edited] (CB-9527) InAppBrowser not working on ubuntu phone

2015-09-07 Thread David RICQ (JIRA)

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

David RICQ edited comment on CB-9527 at 9/7/15 4:50 PM:


Here is my fork of repository to correct inappbrowser issue and add target 
_system feature.
I'm pretty sure is not perfect so consider it like a workaround : 
https://github.com/Inglebard/cordova-plugin-inappbrowser 


was (Author: inglebard):
Here is my forks of repository to to correct inappbrowser issue and add target 
_system feature.
I'm pretty sure is not perfect so consider it like a workaround : 
https://github.com/Inglebard/cordova-plugin-inappbrowser 

> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Commented] (CB-9527) InAppBrowser not working on ubuntu phone

2015-09-07 Thread David RICQ (JIRA)

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

David RICQ commented on CB-9527:


Here is my forks of repository to to correct inappbrowser issue and add target 
_system feature.
I'm pretty sure is not perfect so consider it like a workaround : 
https://github.com/Inglebard/cordova-plugin-inappbrowser 

> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Commented] (CB-9527) InAppBrowser not working on ubuntu phone

2015-09-06 Thread David RICQ (JIRA)

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

David RICQ commented on CB-9527:


That seems InAppBrowser.qml require to import "com.canonical.Oxide 1.5" instead 
of "com.canonical.Oxide 1.0".
With this change,  cordova.InAppBrowser.open("http://example.fr","_system";) 
open browser in the app (not system browser).
So, It seems that second and third parameters of function "open" are not used 
properly.

> InAppBrowser not working on ubuntu phone
> 
>
> Key: CB-9527
> URL: https://issues.apache.org/jira/browse/CB-9527
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Reporter: David RICQ
>
> Hi,
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> return InAppBrowser reference but nothing more happens (system browser is not 
> display). It's an issue for "_self" and "_blank" too.
> If cordova.InAppBrowser.open is executed again, the app crash.
> Expected result :
> When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
> should open the system browser app. For "_self" load the new url and "_blank" 
> display the new window in InAppBrowser.
> Project use for test : https://github.com/Inglebard/YAOSWA 



--
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] [Created] (CB-9527) InAppBrowser not working on ubuntu phone

2015-08-20 Thread David RICQ (JIRA)
David RICQ created CB-9527:
--

 Summary: InAppBrowser not working on ubuntu phone
 Key: CB-9527
 URL: https://issues.apache.org/jira/browse/CB-9527
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Reporter: David RICQ


Hi,

When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
return InAppBrowser reference but nothing more happens (system browser is not 
display). It's an issue for "_self" and "_blank" too.
If cordova.InAppBrowser.open is executed again, the app crash.

Expected result :
When cordova.InAppBrowser.open("http://example.fr","_system";) is executed, it 
should open the system browser app. For "_self" load the new url and "_blank" 
display the new window in InAppBrowser.

Project use for test : https://github.com/Inglebard/YAOSWA 





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