Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A02F111E24 for ; Wed, 4 Jun 2014 17:45:03 +0000 (UTC) Received: (qmail 28582 invoked by uid 500); 4 Jun 2014 17:45:03 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 28559 invoked by uid 500); 4 Jun 2014 17:45:03 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 28550 invoked by uid 99); 4 Jun 2014 17:45:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 17:45:03 +0000 Date: Wed, 4 Jun 2014 17:45:03 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6396) inappbrowser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6396?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1401791= 9#comment-14017919 ]=20 ASF GitHub Bot commented on CB-6396: ------------------------------------ Github user rodms10 commented on a diff in the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/47#discussio= n_r13399892 =20 --- Diff: doc/index.md --- @@ -99,6 +100,39 @@ instance, or the system browser. var ref =3D window.open('http://apache.org', '_blank', 'location= =3Dyes'); var ref2 =3D window.open(encodeURI('http://ja.m.wikipedia.org/wiki= /=E3=83=8F=E3=83=B3=E3=82=B0=E3=83=AB'), '_blank', 'location=3Dyes'); =20 +### Firefox OS Quirks + +As plugin doesn't enforce any design there is a need to add some CSS r= ules if=20 +opened with `target` `'_blank'`. The rules might look like these --- End diff -- =20 nit: `target` and `_blank` could be in a single block like: `target=3D'= _blank' ` > inappbrowser > ------------ > > Key: CB-6396 > URL: https://issues.apache.org/jira/browse/CB-6396 > Project: Apache Cordova > Issue Type: Sub-task > Components: Plugin InAppBrowser > Affects Versions: 3.6.0 > Reporter: Piotr Zalewa > Assignee: Piotr Zalewa > > Add InAppBrowser for firefoxos -- This message was sent by Atlassian JIRA (v6.2#6252)