You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/21 16:41:00 UTC

[jira] [Commented] (CB-12969) InAppBrowser - Cannot open data URLs in system browser

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

ASF GitHub Bot commented on CB-12969:
-------------------------------------

Github user infil00p commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/227
  
    Why is there a conflict in windows/InAppBrowserProxy.js? That needs to be fixed before getting merged in. 


> InAppBrowser - Cannot open data URLs in system browser
> ------------------------------------------------------
>
>                 Key: CB-12969
>                 URL: https://issues.apache.org/jira/browse/CB-12969
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-inappbrowser
>         Environment: iOS, Android
>            Reporter: Sachitra Malwatte
>            Assignee: Nikita Matrosov
>            Priority: Critical
>
> I want to open data URLs in system browser. So I did this,
> {code:java}
> window.open('data:text/html, <html><body><h1>Hello</h1></body></html>', '_system');
> {code}
> But nothing happens (browser won't open).
> It works with normal URLs. e.g. window.open('https://github.com/apache/cordova-plugin-inappbrowser', '_system'); But not with data URIs.
> inappbrowser version: 1.7.1
> Please help.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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