@zenkit-dev/cordova-plugin-wkwebview-inputfocusfix
v1.0.5-dev.0
Published
Cordova plugin for fixing auto focus issue of html elements on WKWebView
Downloads
11
Maintainers
Readme
CDVWKWebViewEngine InputFocusFix
Cordova plugin for fixing auto focus issue of html elements on WKWebView
This plugin adds support for the KeyboardDisplayRequiresUserAction
setting when using the CDVWKWebViewEngine
, by swizzling of the WKContentView
.
This plugin works for iOS 13.0, 12.2, 11.x and 10.x
Installation
Install the plugin by running:
cordova plugin add github:zenkit/cordova-plugin-wkwebview-inputfocusfix#v1.0.5
Why the fork?
The original plugin was archived because it shouldn't be needed anymore.
But this seems only to be true when using the cordova-plugin-ionic-webview
and it is still needed when using the cordova-plugin-wkwebview-engine
because it will not be fixed.