[ 
https://issues.apache.org/jira/browse/CB-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368156#comment-15368156
 ] 

Jörn Wagner edited comment on CB-10376 at 7/8/16 6:43 PM:
----------------------------------------------------------

I have just integrated your code snippet into my fork and tested it with iOS 
9.3 in Simulator and on an iPhone. Works like a charm! Thank you!

https://github.com/YetiCGN/cordova-plugin-wkwebview-engine

I just have to fulfill all the requirements for a PR, which I will do shortly.


was (Author: jwagner):
I have just integrated your code snippet into my fork and tested it with iOS 
9.3 in Simulator and on an iPhone. Works like a charm! Thank you!

https://github.com/YetiCGN/cordova-plugin-wkwebview-engine/commit/147b67d0600363f2d5d7d1b92031df03a469a38c

I just have to fulfill all the requirements for a PR, which I will do shortly.

> 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
>              Labels: iOS, triaged
>
> 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 [email protected]
> cordova plugin add [email protected] --save
> ```
> 2. Update iOS keyboard to enable focus commands in 'config.xml':
> ```
> <preference name="KeyboardDisplayRequiresUserAction" value="false" />
> ```
> 3. Add textarea to test with autofocus attribute.
> ```
> <textarea placeholder="Edit text" autofocus></textarea>
> ```
> (Note: Before adding the WKWebView engine plugin the UIWebView will 
> automatically open the Soft Keyboard.)
> 4. Add the WKWebView engine plugin
> ```
> cordova plugin add [email protected] --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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to