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 1BB7418A52 for ; Thu, 24 Mar 2016 11:49:26 +0000 (UTC) Received: (qmail 82224 invoked by uid 500); 24 Mar 2016 11:49:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 82200 invoked by uid 500); 24 Mar 2016 11:49:26 -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 82015 invoked by uid 99); 24 Mar 2016 11:49:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 11:49:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A2B9C2C1F69 for ; Thu, 24 Mar 2016 11:49:25 +0000 (UTC) Date: Thu, 24 Mar 2016 11:49:25 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CB-10931) InAppBrowser context menu doesn't work on iOS 9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jcesarmobile reassigned CB-10931: --------------------------------- Assignee: jcesarmobile > InAppBrowser context menu doesn't work on iOS 9 > ----------------------------------------------- > > Key: CB-10931 > URL: https://issues.apache.org/jira/browse/CB-10931 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin InAppBrowser > Affects Versions: 1.3.0 > Environment: InAppBrowser 1.3.0 > Cordova iOS Engine 4.1 > Xcode 7.2.1 > Mac OS 10.11.3 > Reporter: Jacob Weber > Assignee: jcesarmobile > Priority: Minor > Attachments: menu.png > > > If you open an InAppBrowser on iOS 8 and press and hold on a link, it will show a context menu with items like Open and Copy. If you do the same on iOS 9, the menu doesn't appear. > Tested on iPad Air simulator with iOS 8.4 and 9.2: > * Create an app with the CLI. > * Add to config.xml: > {code} > > > > {code} > * Run "cordova prepare". > * Open project in Xcode. > * Run in simulator. > * Inspect in Safari, and run in console: > {code} > window.open("https://www.google.com", "_blank") > {code} > * In simulator, press and hold on a link. > * With the iOS 8.4 simulator, the context menu appears (see attachment). > * With the iOS 9.2 simulator, nothing appears. In the Xcode console, you see a warning: > {code} > Warning: Attempt to present on whose view is not in the window hierarchy! > {code} -- 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