You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "David RICQ (JIRA)" <ji...@apache.org> on 2015/09/06 15:23:45 UTC

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

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