Skip to content

Commit b72c052

Browse files
authored
Update README.md
1 parent f7e7ea6 commit b72c052

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cordova-plugin-wkwebviewx-inputfocusfix
1+
# cordova-plugin-wkwebview-inputfocusfix
22
Cordova plugin for fixing auto focus issue of html elements on WKWebView.
33

44
Currently WKWebView doesn't focus on elements on js .focus() calls. This plugin is extension of CDVWKWebViewEngine class which does ugly swizzling for the focus. Original idea is on: https://github.com/Telerik-Verified-Plugins/WKWebView/commit/04e8296adeb61f289f9c698045c19b62d080c7e3#L609-L620
@@ -7,9 +7,9 @@ Currently WKWebView doesn't focus on elements on js .focus() calls. This plugin
77

88
Install the plugin by running:
99
```
10-
cordova plugin add https://github.com/onderceylan/cordova-plugin-wkwebviewx-inputfocusfix
10+
cordova plugin add cordova-plugin-wkwebview-inputfocusfix
1111
```
1212

1313
## Lifetime
1414

15-
The plugin should be out of use once https://github.com/apache/cordova-plugin-wkwebview-engine/pull/37/ and https://github.com/ionic-team/cordova-plugin-wkwebview-engine/pull/171 is merged. Please watch main WKWebView repositories for the merge.
15+
The plugin should be out of use once https://github.com/apache/cordova-plugin-wkwebview-engine/pull/37/ and https://github.com/ionic-team/cordova-plugin-wkwebview-engine/pull/171 is merged. Please watch main WKWebView repositories for the merge.

0 commit comments

Comments
 (0)