Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DDA12200B7C for ; Thu, 8 Sep 2016 20:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC42F160AAD; Thu, 8 Sep 2016 18:04:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 24E46160AD5 for ; Thu, 8 Sep 2016 20:04:21 +0200 (CEST) Received: (qmail 6121 invoked by uid 500); 8 Sep 2016 18:04:20 -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 5740 invoked by uid 99); 8 Sep 2016 18:04:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 18:04:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A848F2C1B86 for ; Thu, 8 Sep 2016 18:04:20 +0000 (UTC) Date: Thu, 8 Sep 2016 18:04:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9696) Add possibility to use non-immersive fullscreen in all Android versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 18:04:23 -0000 [ https://issues.apache.org/jira/browse/CB-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474591#comment-15474591 ] ASF GitHub Bot commented on CB-9696: ------------------------------------ Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/218 > Add possibility to use non-immersive fullscreen in all Android versions > ----------------------------------------------------------------------- > > Key: CB-9696 > URL: https://issues.apache.org/jira/browse/CB-9696 > Project: Apache Cordova > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the default.) > Components: Android > Affects Versions: Master > Reporter: Timo Tiuraniemi > Priority: Minor > Original Estimate: 1h > Remaining Estimate: 1h > > Issue CB-8902 added a fullscreen immersive mode for Android version >=4.4 Kitkat. > As I commented on the issue, unfortunately this change broke my >=KitKat app. Immersive mode is significantly different from the old behavior: > 1. Fullscreen in 4.1.1 is triggered later during boot than in 4.0.0, which cause my layout to slightly break as CSS is evaluated before fullscreen is ready. > 2. When activating the keyboard, to navigation bar comes back. It didn't in 4.0.0. When I close the keyboard, the navigation bar doesn't get hidden but fullscreen is lost. > I propose that we introduce a new setting "fullscreen-immersive" to turn immersive off, but keep fullscreen on like this: > > > The new setting would default to true, making this change non-breaking for everyone. -- 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