Keyboard: scroll up/down with vim bindings

This commit is contained in:
James Magahern
2021-02-17 19:02:18 -08:00
parent 18d74efa89
commit 15aaa12797
2 changed files with 53 additions and 0 deletions

View File

@@ -8,3 +8,11 @@
#import <UIKit/UITextField_Private.h>
#import <WebKit/WKWebViewPrivate.h>
#import <WebKit/_WKFindDelegate.h>
@interface WKContentView : UIView
@property (nonatomic, readonly) BOOL isFocusingElement;
@end
@interface WKWebView (Internal)
- (WKContentView *)_currentContentView;
@end