cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Keyboard not showing on focus for IOS 12.2

Open oaguinaga opened this issue 6 years ago • 5 comments

Bug Report

Problem

Whit the new release of IOS 12.2 there seems to be an issue when focusing, the keyboard does not seem to show.

Here is a link to stackoverflow question regarding this problem:

What is expected to happen?

Keyboard should show when focusing an element. ie:

document.querySelector('input').focus()

What does actually happen?

Keyboard does not show when focusing on an input element.

Environment, Platform, Device

IOS 12.2

Version information

Checklist

  • [ ✅] I searched for existing GitHub issues
  • [ ✅] I updated all Cordova tooling to most recent version
  • [ ✅] I included all the necessary information above

oaguinaga avatar Apr 04 '19 17:04 oaguinaga

I have found this plugin to fix the issue: https://www.npmjs.com/package/cordova-plugin-wkwebview-inputfocusfix

At least as a stopgap while this does get fixed.

DavidBriglio avatar Apr 15 '19 19:04 DavidBriglio

The fix above was working great... But then iOS 13 happened. Is anyone else seeing this issue again in iOS 13? Also the plugin: https://www.npmjs.com/package/cordova-plugin-wkwebview-inputfocusfix has been deprecated based on merged changes...

benmcmaster avatar Sep 28 '19 21:09 benmcmaster

The fix above was working great... But then iOS 13 happened. Is anyone else seeing this issue again in iOS 13? Also the plugin: https://www.npmjs.com/package/cordova-plugin-wkwebview-inputfocusfix has been deprecated based on merged changes...

Is the problem happening again in iOS 13?

spinninghamster avatar Sep 30 '19 14:09 spinninghamster

We are experiencing this issue on iOS13.1.2, Cordova 9.0.0, iOS platform 5.0.0. In our testing the plugin mentioned above works for devices prior to iOS13 but not after.

Drewm95 avatar Oct 11 '19 21:10 Drewm95

This fix worked for us https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/7a514b071ba2c094e02f56f46f2e90a2a3a1e9be

Drewm95 avatar Oct 14 '19 18:10 Drewm95

We are archiving this repository following Apache Cordova's Deprecation Policy. We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.

jcesarmobile avatar Jan 08 '23 23:01 jcesarmobile