u01jmg3 opened a new issue #972:
URL: https://github.com/apache/cordova-ios/issues/972


   # Bug Report
   
   ## Problem
   
   I realise Cordova iOS `6.1.0` was released with its own copy of the 
WKWebView engine. I just wanted to know whether fixes previously included in 
[`cordova-plugin-wkwebview-engine`](https://github.com/apache/cordova-plugin-wkwebview-engine)
 for fixing input focus will be incorporated into this repo?
   
   I also realise that `KeyboardDisplayRequiresUserAction` was part of the now 
deprecated UIWebView and in order to get similar functionality on WKWebView 
requires swizzling private methods. This means any fix can break if Apple 
decide to change their code.
   
   ### What is expected to happen?
   
   The keyboard should show when focusing an input element.
   
   ```js
   document.querySelector('input').focus()
   ```
   
   ### What does actually happen?
   
   The keyboard does not show when focusing an input element.
   
   ## Information
   
   - `cordova-plugin-wkwebview-engine`
     - Open bug report that states that this is still a problem on iOS `12.2`
       - https://github.com/apache/cordova-plugin-wkwebview-engine/issues/86
     - Open PR providing a fix for iOS `13`
       - https://github.com/apache/cordova-plugin-wkwebview-engine/pull/122
   - `cordova-plugin-ionic-webview`
     - Another issue stating that the problem still exists on iOS `13`
       - https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/400
   
   ### Environment, Platform, Device
   
   iOS `12.4.8`
   
   ### Version information
   
   Cordova `10.0.0`
   Cordova iOS `6.1.0`
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to