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 0DE1B1887E for ; Mon, 18 Jan 2016 13:23:40 +0000 (UTC) Received: (qmail 68052 invoked by uid 500); 18 Jan 2016 13:23:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 68031 invoked by uid 500); 18 Jan 2016 13:23:40 -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 68020 invoked by uid 99); 18 Jan 2016 13:23:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 13:23:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C095A2C14F0 for ; Mon, 18 Jan 2016 13:23:39 +0000 (UTC) Date: Mon, 18 Jan 2016 13:23:39 +0000 (UTC) From: "David Douglas (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-10376) autofocus doesn't work with WKWebView engine plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Douglas updated CB-10376: ------------------------------- Summary: autofocus doesn't work with WKWebView engine plugin (was: textarea autofocus doesn't work with WKWebView engine plugin) > autofocus doesn't work with WKWebView engine plugin > --------------------------------------------------- > > Key: CB-10376 > URL: https://issues.apache.org/jira/browse/CB-10376 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin WKWebViewEngine > Affects Versions: 5.4.1 > Environment: Tested on iPhone 6 plus and iPhone 5S both running iOS 9.2 > Reporter: David Douglas > Priority: Minor > > When using WKWebView engine the iOS Soft Keyboard fails to automatically open when the 'autofocus' attribute is set. > How to recreate: > 1. Add platform and keyboard plugin > ``` > cordova platform add ios@4.0.1 > cordova plugin add cordova-plugin-keyboard@1.1.3 --save > ``` > 2. Update iOS keyboard to enable focus commands in 'config.xml': > ``` > > ``` > 3. Add textarea to test with autofocus attribute. > ``` > > ``` > (Note: Before adding the WKWebView engine plugin the UIWebView will automatically open the Soft Keyboard.) > 4. Add the WKWebView engine plugin > ``` > cordova plugin add cordova-plugin-wkwebview-engine@1.0.1 --save > ``` > What happens: > Nothing. > What should happen: > The soft keyboard should open automatically (the same a UIWebView) -- 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