Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CADCB18E78 for ; Sat, 30 May 2015 01:44:47 +0000 (UTC) Received: (qmail 49093 invoked by uid 500); 30 May 2015 01:44:47 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 49056 invoked by uid 500); 30 May 2015 01:44:47 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 49040 invoked by uid 99); 30 May 2015 01:44:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 May 2015 01:44:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F05DDE10DB; Sat, 30 May 2015 01:44:46 +0000 (UTC) From: akrymski To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugins pull request: CB-8337: Fix keyboardShrinksView for... Content-Type: text/plain Message-Id: <20150530014446.F05DDE10DB@git1-us-west.apache.org> Date: Sat, 30 May 2015 01:44:46 +0000 (UTC) Github user akrymski commented on the pull request: https://github.com/apache/cordova-plugins/pull/18#issuecomment-106972661 I believe the general consensus is that it’s too hard to get resizing to behave reliably across many OS versions, and that the best solution is to use detect when the keyboard is shown/hidden and updated the UI of your app accordingly. ionic keyboard plugin is fairly good at detecting when the keyboard is going to pop up and gives you the height of the keyboard too, so you can adjust the app itself in javascript instead of resizing the whole web view. > On 30 May 2015, at 02:18, Fmstrat wrote: > > So, is this not ever being merged? There are a buttload of posts on Google of people trying to figure out how to get the WebView to resize on 7.1+, it took me all day to find this particular pull request. > > — > Reply to this email directly or view it on GitHub. > --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org