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 3ECD11785B for ; Wed, 20 May 2015 13:03:00 +0000 (UTC) Received: (qmail 80603 invoked by uid 500); 20 May 2015 13:03:00 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 80585 invoked by uid 500); 20 May 2015 13:03:00 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 80565 invoked by uid 99); 20 May 2015 13:03:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 13:03:00 +0000 Date: Wed, 20 May 2015 13:03:00 +0000 (UTC) From: "Babak Vahdat (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-9049) InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into the account MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Babak Vahdat created CB-9049: -------------------------------- Summary: InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into the account Key: CB-9049 URL: https://issues.apache.org/jira/browse/CB-9049 Project: Apache Cordova Issue Type: Bug Components: Plugin InAppBrowser Environment: Windows 8.1 Reporter: Babak Vahdat According to the [documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms] Windows 8.1 WebView is supported by this plugin. Now given the following simple code inside {{index.html}}: {code} {code} Clicking the button above inside the WebView results in a new _browser_ window being opened pointing to {{http://www.google.ch}}. However my understanding is, given the target value as {{_self}} and the following whitelist entry inside {{config.xml}} {code} {code} The site should open insdie the WebView _itself_. -- 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