From issues-return-98058-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Mon Feb 4 04:44:24 2019 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 90A9A18AF7 for ; Mon, 4 Feb 2019 04:44:24 +0000 (UTC) Received: (qmail 15654 invoked by uid 500); 4 Feb 2019 04:44:24 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15625 invoked by uid 500); 4 Feb 2019 04:44:24 -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 15614 invoked by uid 99); 4 Feb 2019 04:44:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2019 04:44:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E381F180A5E for ; Mon, 4 Feb 2019 04:44:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hbILDXwGpl5K for ; Mon, 4 Feb 2019 04:44:22 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9A2A761108 for ; Mon, 4 Feb 2019 04:23:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F2D37E26D6 for ; Mon, 4 Feb 2019 04:23:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4C317243FC for ; Mon, 4 Feb 2019 04:23:00 +0000 (UTC) Date: Mon, 4 Feb 2019 04:23:00 +0000 (UTC) From: "Norman Breau (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13300) cordova-plugin-statusbar Softkeyboard overlapping Input 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-13300?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D167596= 19#comment-16759619 ]=20 Norman Breau commented on CB-13300: ----------------------------------- This happens because in order to have translucent status bars on android, y= ou must set the window layout to full screen. However, by setting the windo= w layout to full screen, android will ignore adjustPan/adjustResize layout = parameters, which is responsible for resizing the view when the keyboard is= shown. It will keep the view full screen (and=C2=A0subsequently keep the c= ordova webview full screen). So it is difficult to have both translucent st= atus bars and a keyboard that behaves normal on android. I've created a=C2=A0PR that works around this issue by listening to view ch= anges and resize the view appropriately. > cordova-plugin-statusbar Softkeyboard overlapping Input > ------------------------------------------------------- > > Key: CB-13300 > URL: https://issues.apache.org/jira/browse/CB-13300 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-plugin-statusbar > Reporter: Ozgun Unlu > Priority: Critical > Time Spent: 10m > Remaining Estimate: 0h > > Android version 6.0.0. > I added StatusBar.hide(); in deviceReady event. It works well, but when i= focus the input, softkeyboard overlapping on input.=20 > If i delete StatusBar.hide();, softkeyboard does not overlap on input. > Also; > I tried to change fullscreen preference to false in config.xml > I tried to change android:windowSoftInputMode=3D"adjustResize" to android= :windowSoftInputMode=3D"adjustPan" in AndroidManifest.xml. > I dont try on IOS. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org