Skip to content

Commit bc73e73

Browse files
authored
Update CDVWKWebViewEngine+InputFocusFix.m
added credits
1 parent 8f46ac0 commit bc73e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ios/CDVWKWebViewEngine+InputFocusFix.m

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ - (void) swizzleWKContentViewForInputFocus {
1818
}
1919

2020
// https://github.com/Telerik-Verified-Plugins/WKWebView/commit/04e8296adeb61f289f9c698045c19b62d080c7e3
21+
// https://stackoverflow.com/a/48623286/3297914
2122
- (void) keyboardDisplayDoesNotRequireUserAction {
2223
Class class = NSClassFromString(@"WKContentView");
2324
NSOperatingSystemVersion iOS_11_3_0 = (NSOperatingSystemVersion){11, 3, 0};

0 commit comments

Comments
 (0)