[
https://issues.apache.org/jira/browse/CB-12969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16127027#comment-16127027
]
ASF GitHub Bot commented on CB-12969:
-------------------------------------
Github user filmaj commented on the issue:
https://github.com/apache/cordova-plugin-inappbrowser/pull/227
Hey, i'm on vacation for the next couple of weeks (getting married!). CAN
you get someone else to review? Perhaps @stevesgill
On Aug 15, 2017 11:50 AM, "Nikita Matrosov" <[email protected]>
wrote:
@filmaj <https://github.com/filmaj>, I've added a section in docs for Data
URIs, could you please take a look?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/apache/cordova-plugin-inappbrowser/pull/227#issuecomment-322427086>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADNpSk-k-KkwEm2pW7BV6KVVBzXFGw-ks5sYWnXgaJpZM4Ocj8s>
.
> 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: [email protected]
For additional commands, e-mail: [email protected]