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 A085718B57 for ; Sat, 19 Dec 2015 06:13:47 +0000 (UTC) Received: (qmail 41842 invoked by uid 500); 19 Dec 2015 06:13:47 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 41813 invoked by uid 500); 19 Dec 2015 06:13:47 -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 41795 invoked by uid 99); 19 Dec 2015 06:13:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2015 06:13:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C3D4F2C1F72 for ; Sat, 19 Dec 2015 06:13:46 +0000 (UTC) Date: Sat, 19 Dec 2015 06:13:46 +0000 (UTC) From: "Chrysanthemum Hyphus (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9161) Support iPad multitasking in 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-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065267#comment-15065267 ] Chrysanthemum Hyphus commented on CB-9161: ------------------------------------------ Thanks so much for your response! The app does have responsive design, and if the app is *already* launched, it works as hoped: If I launch another app first, and then try to launch the Cordova app by choosing it to slide over, it's width is the device width, so it's chopped off on the right. If, however, I launch my Cordova app first, then launch another app, then slide over the already opened Cordova app, it formats for the narrower width properly. There was a viewport meta tag which set the device width to device-width, but I took it out and it made no difference. For some reason when it first launches on being chosen as the app to slide over, it thinks the width is the whole screen. > Support iPad multitasking in iOS 9 > ---------------------------------- > > Key: CB-9161 > URL: https://issues.apache.org/jira/browse/CB-9161 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 4.0.0 > Environment: iOS 9 > Reporter: Shazron Abdullah > Labels: cordova-ios-5.0.x > Attachments: screenshot-1.png > > > This is to support SlideOver and SplitView. Note that SplitView is only supported on iPad Air 2. > The three rules are: > 1. Build your apps with the iOS 9 SDK > 2. Support all orientations > 3. Use Launch Storyboards > We have 1 and 2 covered, but not 3. -- 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