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 CE54B10B0E for ; Wed, 12 Mar 2014 14:17:10 +0000 (UTC) Received: (qmail 11037 invoked by uid 500); 12 Mar 2014 14:17:10 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 11010 invoked by uid 500); 12 Mar 2014 14:17:09 -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 10976 invoked by uid 99); 12 Mar 2014 14:17:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 14:17:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 05CAC941CD8; Wed, 12 Mar 2014 14:17:06 +0000 (UTC) From: ashearer To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugins pull request: Fix keyboard background with HideFor... Content-Type: text/plain Date: Wed, 12 Mar 2014 14:17:06 +0000 (UTC) GitHub user ashearer opened a pull request: https://github.com/apache/cordova-plugins/pull/6 Fix keyboard background with HideFormAccessoryBar Fix CB-6219 by preventing the main keyboard from becoming transparent on iOS 7. (This looked particularly bad on iOS 7.1, where a white background would render the Shift key icons invisible.) Thanks to http://stackoverflow.com/questions/18837551/remove-keyboard-form-toolbar-on-ios7-leaves-a-blur-behind/19042392#comment28210345_19042392 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ashearer/cordova-plugins master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugins/pull/6.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6 ---- commit de288b7a545e7ae81d334b1fc57cb5707154a02c Author: Andrew Shearer Date: 2014-03-12T14:15:03Z Fix keyboard background with HideFormAccessoryBar Fix CB-6219 by preventing the main keyboard from becoming transparent on iOS 7. (This looked particularly bad on iOS 7.1, where a white background would render the Shift key icons invisible.) Thanks to http://stackoverflow.com/questions/18837551/remove-keyboard-form-toolbar-on-ios7-leaves-a-blur-behind/19042392#comment28210345_19042392 ---- --- 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. ---