We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365a24e commit 6c495f5Copy full SHA for 6c495f5
ios/RCTWKWebView/CRAWKWebView.m
@@ -14,6 +14,9 @@
14
15
#import <objc/runtime.h>
16
17
+// Workaround per https://github.com/CRAlpha/react-native-wkwebview/issues/235
18
+NSString *const RCTJSNavigationScheme = @"react-js-navigation";
19
+
20
// runtime trick to remove WKWebView keyboard default toolbar
21
// see: http://stackoverflow.com/questions/19033292/ios-7-uiwebview-keyboard-issue/19042279#19042279
22
@interface _SwizzleHelperWK : NSObject @end
0 commit comments