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 303F7E4B9 for ; Wed, 6 Feb 2013 04:59:16 +0000 (UTC) Received: (qmail 52786 invoked by uid 500); 6 Feb 2013 04:59:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 52658 invoked by uid 500); 6 Feb 2013 04:59:14 -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 52028 invoked by uid 500); 6 Feb 2013 04:59:13 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 52015 invoked by uid 99); 6 Feb 2013 04:59:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 04:59:13 +0000 Date: Wed, 6 Feb 2013 04:59:13 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-2384) Add new iOS Project Setting to suppress the form accessory bar above the keyboard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shazron Abdullah created CB-2384: ------------------------------------ Summary: Add new iOS Project Setting to suppress the form accessory bar above the keyboard Key: CB-2384 URL: https://issues.apache.org/jira/browse/CB-2384 Project: Apache Cordova Issue Type: Improvement Components: iOS Reporter: Shazron Abdullah Assignee: Shazron Abdullah Priority: Minor Fix For: 2.5.0 See: http://stackoverflow.com/questions/7904892/remove-form-assistant-from-keyboard-in-iphone-standalone-web-app {code} [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardDidShow:) name:UIKeyboardDidShowNotification object:nil]; {code} {code} -(void)keyboardDidShow:(NSNotification*)notif { NSArray *array = [[UIApplication sharedApplication] windows]; for (UIWindow* wind in array) { for (UIView* currView in wind.subviews) { if ([[currView description] hasPrefix:@"