We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f46ac0 commit bc73e73Copy full SHA for bc73e73
src/ios/CDVWKWebViewEngine+InputFocusFix.m
@@ -18,6 +18,7 @@ - (void) swizzleWKContentViewForInputFocus {
18
}
19
20
// https://github.com/Telerik-Verified-Plugins/WKWebView/commit/04e8296adeb61f289f9c698045c19b62d080c7e3
21
+// https://stackoverflow.com/a/48623286/3297914
22
- (void) keyboardDisplayDoesNotRequireUserAction {
23
Class class = NSClassFromString(@"WKContentView");
24
NSOperatingSystemVersion iOS_11_3_0 = (NSOperatingSystemVersion){11, 3, 0};
0 commit comments