CB-5594 Add disallowoverscroll option.
Similar to the main cordova webview
This commit is contained in:
committed by
Andrew Grieve
parent
25d152b578
commit
f75b30857b
@@ -54,6 +54,7 @@
|
||||
@property (nonatomic, assign) BOOL keyboarddisplayrequiresuseraction;
|
||||
@property (nonatomic, assign) BOOL suppressesincrementalrendering;
|
||||
@property (nonatomic, assign) BOOL hidden;
|
||||
@property (nonatomic, assign) BOOL disallowoverscroll;
|
||||
|
||||
+ (CDVInAppBrowserOptions*)parseOptions:(NSString*)options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user